summaryrefslogtreecommitdiff
path: root/3825/CH7/EX7.17/Ex7_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3825/CH7/EX7.17/Ex7_17.sce')
-rw-r--r--3825/CH7/EX7.17/Ex7_17.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3825/CH7/EX7.17/Ex7_17.sce b/3825/CH7/EX7.17/Ex7_17.sce
new file mode 100644
index 000000000..343143dce
--- /dev/null
+++ b/3825/CH7/EX7.17/Ex7_17.sce
@@ -0,0 +1,15 @@
+clc
+si=7.0248
+sg=7.3598
+sf=1.3027
+Xe=(si-sf)/(sg-sf)
+mprintf("Xe=%f\n",Xe)//ans vary due to roundoff error
+hg=2675.4
+hf=417.54
+hi=2947.95
+he=(hg*Xe)+(1-Xe)*hf
+mprintf("he=%fkJ/kg\n",he)//ans vary due to roundoff error
+Ws=20*10^3
+m=-(Ws/(he-hi))
+mprintf("m=%fkg/s",m)//ans vary due to roundoff error
+