summaryrefslogtreecommitdiff
path: root/3825/CH8/EX8.12
diff options
context:
space:
mode:
Diffstat (limited to '3825/CH8/EX8.12')
-rw-r--r--3825/CH8/EX8.12/Ex8_12.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3825/CH8/EX8.12/Ex8_12.sce b/3825/CH8/EX8.12/Ex8_12.sce
new file mode 100644
index 000000000..8624f1930
--- /dev/null
+++ b/3825/CH8/EX8.12/Ex8_12.sce
@@ -0,0 +1,11 @@
+clc
+hsf=334.92
+T1=273.15
+T2=263.15
+CPf=4.186
+CPs=2.093
+a=(hsf/T1)+((CPf-CPs)*log(T2/T1))
+mprintf("(hsf/T)2=%f\n",a)//ans vary due to roundoff error
+deltas=-a
+mprintf("deltas=%fkJ/kg K",deltas)//ans vary due to roundoff error
+