diff options
Diffstat (limited to '1808/CH2/EX2.12/Chapter2_Example12.sce')
-rw-r--r-- | 1808/CH2/EX2.12/Chapter2_Example12.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/1808/CH2/EX2.12/Chapter2_Example12.sce b/1808/CH2/EX2.12/Chapter2_Example12.sce new file mode 100644 index 000000000..0747edef8 --- /dev/null +++ b/1808/CH2/EX2.12/Chapter2_Example12.sce @@ -0,0 +1,16 @@ +clc
+clear
+//INPUT DATA
+//H2+(1/2)O2=H20
+//Qcv+Reactants=Products
+
+//CALCULTIONS
+hf=-241827;//From the tables of enthalpy
+dh=9515;//enthalpy change
+Qcv=hf+dh;//Enthalpy of H2O on kmol basis
+
+//OUTPUT
+printf('(i)Enthalpy of H2O on kmol basis %3.1f kJ/kmol',Qcv)
+
+
+
|