summaryrefslogtreecommitdiff
path: root/632/CH11/EX11.20/example11_20.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH11/EX11.20/example11_20.sce')
-rwxr-xr-x632/CH11/EX11.20/example11_20.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/632/CH11/EX11.20/example11_20.sce b/632/CH11/EX11.20/example11_20.sce
new file mode 100755
index 000000000..8eff4b35e
--- /dev/null
+++ b/632/CH11/EX11.20/example11_20.sce
@@ -0,0 +1,6 @@
+//clc()
+T = 273.15 - 30;//K
+//lnPs = 14.2410 - 2137.72 / (T-26.72)
+//dlnPs/dT = Hv / RT2
+Hv = 2137.72 * R * T^2 / ( T - 26.72 )^2;
+disp("kJ/kmol",Hv,"Heat of vaporization = ") \ No newline at end of file