diff options
Diffstat (limited to '632/CH7/EX7.15/example7_15.sce')
-rwxr-xr-x | 632/CH7/EX7.15/example7_15.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/632/CH7/EX7.15/example7_15.sce b/632/CH7/EX7.15/example7_15.sce new file mode 100755 index 000000000..8900dea35 --- /dev/null +++ b/632/CH7/EX7.15/example7_15.sce @@ -0,0 +1,10 @@ +//clc()
+T = 379.2;//K
+P = 101.3;//kPa
+Ps = 70;//kPa
+Molality = 5;
+Pws = exp(16.26205 - 3799.887/(T - 46.854));
+k = P / Pws;
+Pws1 = Ps / k;
+T1 = 3799.887 / (16.26205 - log( Pws1)) + 46.854;
+disp("K",T1,"Boiling point of the solution = ")
\ No newline at end of file |