diff options
Diffstat (limited to '2417/CH5/EX5.33/Ex5_33.sce')
-rwxr-xr-x | 2417/CH5/EX5.33/Ex5_33.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2417/CH5/EX5.33/Ex5_33.sce b/2417/CH5/EX5.33/Ex5_33.sce new file mode 100755 index 000000000..4af1a7589 --- /dev/null +++ b/2417/CH5/EX5.33/Ex5_33.sce @@ -0,0 +1,10 @@ +//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 5.33\n\n\n");
+// Chapter 5 : Properties Of Liquids And Gases
+// Problem 5.33 (page no. 215)
+// Solution
+
+//Locate 30 C on the saturation line.Now follow a line of constant pressure,which is also a line of constant temperature in wet region,until an enthalpy of 2000kJ/kg is reached.
+printf("The moisture content is 23 percent or x=77 percent\n");
|