diff options
Diffstat (limited to '680/CH8/EX8.07/8_07.sce')
-rwxr-xr-x | 680/CH8/EX8.07/8_07.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/680/CH8/EX8.07/8_07.sce b/680/CH8/EX8.07/8_07.sce new file mode 100755 index 000000000..9d7ab0d8e --- /dev/null +++ b/680/CH8/EX8.07/8_07.sce @@ -0,0 +1,12 @@ +//Problem 8.07:
+
+//initializing the variables:
+Tn = 212 + 460; // in deg R
+R = 1.987
+Tr = 12; // say
+
+//calculation:
+dH = Tr*Tn*R
+
+printf("\n\nResult\n\n")
+printf("\n the enthalpy of vaporization is %.0f Btu/lbmol",dH)
\ No newline at end of file |