diff options
Diffstat (limited to '779/CH9/EX9.3/9_3.sce')
-rwxr-xr-x | 779/CH9/EX9.3/9_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/779/CH9/EX9.3/9_3.sce b/779/CH9/EX9.3/9_3.sce new file mode 100755 index 000000000..f02476362 --- /dev/null +++ b/779/CH9/EX9.3/9_3.sce @@ -0,0 +1,7 @@ +v = 0.09; vf = 0.001177; vg = 0.09963;
+x = (v-vf)/(vg-vf);
+hf = 908.79; hfg = 1890.7;
+sf = 2.4474; sfg = 3.8935;
+h = hf+(x*hfg);
+s = sf+(x*sfg);
+disp("kJ/kg and kJ/kg K respectively",s,"and",h,"The enthalpy and entropy og the system are")
\ No newline at end of file |