summaryrefslogtreecommitdiff
path: root/3825/CH8/EX8.11/Ex8_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3825/CH8/EX8.11/Ex8_11.sce')
-rw-r--r--3825/CH8/EX8.11/Ex8_11.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3825/CH8/EX8.11/Ex8_11.sce b/3825/CH8/EX8.11/Ex8_11.sce
new file mode 100644
index 000000000..99a45614a
--- /dev/null
+++ b/3825/CH8/EX8.11/Ex8_11.sce
@@ -0,0 +1,11 @@
+clc
+T1=100
+T2=120
+CPf=4.23
+CPg=1.55
+h1=2256.94
+deltahfg=(CPg-CPf)*(T2-T1)
+mprintf("hfg2-hfg1=%f\n",deltahfg)
+hfg=h1+deltahfg
+mprintf("hfg at 120 celsius=%fkJ/kg",hfg)
+