diff options
Diffstat (limited to '2417/CH5/EX5.25/Ex5_25.sce')
-rwxr-xr-x | 2417/CH5/EX5.25/Ex5_25.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2417/CH5/EX5.25/Ex5_25.sce b/2417/CH5/EX5.25/Ex5_25.sce new file mode 100755 index 000000000..841f64fd1 --- /dev/null +++ b/2417/CH5/EX5.25/Ex5_25.sce @@ -0,0 +1,11 @@ +//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 5.25\n\n\n");
+// Chapter 5 : Properties Of Liquids And Gases
+// Problem 5.25 (page no. 211)
+// Solution
+
+//On a chart in Appendix 3,it is necessary to estimate the 90 F point on the saturation line.From the chart or the table in the upper left of the chart,we note that 90 F is between 1.4 and 1.5 in. of mercury.Estimating the intersection of this value with the saturation curve yields
+printf("Enthalpy of saturated steam hg=1100 Btu/lbm\n");
+//This is a good agreement with results of problem 5.1
|