summaryrefslogtreecommitdiff
path: root/1247/CH5/EX5.45
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1247/CH5/EX5.45
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1247/CH5/EX5.45')
-rwxr-xr-x1247/CH5/EX5.45/example5_45.sce22
1 files changed, 22 insertions, 0 deletions
diff --git a/1247/CH5/EX5.45/example5_45.sce b/1247/CH5/EX5.45/example5_45.sce
new file mode 100755
index 000000000..25ef007dd
--- /dev/null
+++ b/1247/CH5/EX5.45/example5_45.sce
@@ -0,0 +1,22 @@
+clear;
+clc;
+
+// Stoichiometry
+// Chapter 5
+// Energy Balances
+
+
+// Example 5.45
+// Page 297
+printf("Example 5.45, Page 297 \n \n");
+
+// solution
+
+// (a)
+Hf = -982.8
+Hfcryst = -1053.904
+Hdis = Hfcryst-Hf
+// (b)
+Hfcr = -3077.75
+Hsol = Hfcryst+7*(-285.83)-(-3077.75)
+printf(" (a) \n \n Hdissolulition = "+string(Hdis)+" kJ/mol ZnSO4. \n \n \n (b) \n \n Hsolution = "+string(Hsol)+" kJ/kmol.")