summaryrefslogtreecommitdiff
path: root/1808/CH2/EX2.11/Chapter2_Example11.sce
diff options
context:
space:
mode:
Diffstat (limited to '1808/CH2/EX2.11/Chapter2_Example11.sce')
-rw-r--r--1808/CH2/EX2.11/Chapter2_Example11.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/1808/CH2/EX2.11/Chapter2_Example11.sce b/1808/CH2/EX2.11/Chapter2_Example11.sce
new file mode 100644
index 000000000..c36e7935a
--- /dev/null
+++ b/1808/CH2/EX2.11/Chapter2_Example11.sce
@@ -0,0 +1,16 @@
+clc
+clear
+//INPUT DATA
+t1=25;//Temperature
+p1=1;//atmospheric pressure
+//H2+(1/2)O2=H20
+//Qcv+Reactants=Products
+
+//CALCULTIONS
+Qcv=-285838;//Enthalpy in kJ/kmol from the table
+
+//OUTPUT
+printf('(i)Enthalpy of formation of H2O is %3.1f kJ/kmol',Qcv)
+
+
+