diff options
Diffstat (limited to '632/CH3/EX3.16/example3_16.sce')
-rwxr-xr-x | 632/CH3/EX3.16/example3_16.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/632/CH3/EX3.16/example3_16.sce b/632/CH3/EX3.16/example3_16.sce new file mode 100755 index 000000000..328745930 --- /dev/null +++ b/632/CH3/EX3.16/example3_16.sce @@ -0,0 +1,10 @@ +//clc()
+Y = 0.015;//kg water vapour/kg dry air
+Mair = 29;//kg/kmol
+Mwater = 18.016;//kg/kmol
+Nwater = Y / Mwater;//kmol
+Nair = 1 / Mair;//kmol
+Mpr = Nwater *100 / (Nwater + Nair);
+Mr = Nwater / Nair;
+disp(Mpr,"(a)mole percent of water vapour = ")
+disp("kmol water/kmol dry air",Mr,"(b) molal absolute humidity =")
\ No newline at end of file |