diff options
Diffstat (limited to '632/CH8/EX8.2/example8_2.sce')
-rwxr-xr-x | 632/CH8/EX8.2/example8_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/632/CH8/EX8.2/example8_2.sce b/632/CH8/EX8.2/example8_2.sce new file mode 100755 index 000000000..1ac2f8745 --- /dev/null +++ b/632/CH8/EX8.2/example8_2.sce @@ -0,0 +1,8 @@ +//clc()
+P = 101.3;//kPa
+Per1 = 10;//%
+Pa = P * Per1 / 100;// ( a - benzene )
+Ps = Pa;//( saturation )
+//lnPs = 13.8858 - 2788.51/(T - 52.36)
+T = 2788.51 / ( 13.8858 - log(Ps)) + 52.36;
+disp("K",T,"Temperature at which saturation occurs = ")
\ No newline at end of file |