summaryrefslogtreecommitdiff
path: root/1427/CH18/EX18.21/18_21.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH18/EX18.21/18_21.sce')
-rw-r--r--1427/CH18/EX18.21/18_21.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1427/CH18/EX18.21/18_21.sce b/1427/CH18/EX18.21/18_21.sce
new file mode 100644
index 000000000..ed531fd9a
--- /dev/null
+++ b/1427/CH18/EX18.21/18_21.sce
@@ -0,0 +1,8 @@
+//ques-18.21
+//Determining heat of formation at constant volume
+clc
+H=-74.85;//heat of formation of methane at constant pressure (in kJ/mol)
+n=1-2;//change in gaseous moles
+T=273+25;//temperature (in K)
+U=H*1000-n*8.314*T;//heat of formation at constant volume
+printf("Heat of formation at constant volume is %.2f kJ/mol.",U/1000);