diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /2006/CH14/EX14.2 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '2006/CH14/EX14.2')
-rwxr-xr-x | 2006/CH14/EX14.2/ex14_2.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2006/CH14/EX14.2/ex14_2.sce b/2006/CH14/EX14.2/ex14_2.sce new file mode 100755 index 000000000..7dbf1df8a --- /dev/null +++ b/2006/CH14/EX14.2/ex14_2.sce @@ -0,0 +1,6 @@ +clc;
+del_Ho=5640000; // Heat released during the process
+// From the Table 14.1
+del_hfO2=-393509; del_hfH2O=-285830; // Enthalpy of Heat in kJ/kmol
+del_hfsucrose=12*del_hfO2+11*del_hfH2O+del_Ho; // The enthalpy formation of sucrose
+disp ("kJ/kmol (answer mentioned in the textbook is wrong)",del_hfsucrose,"The enthalpy formation of sucrose = ");
|