summaryrefslogtreecommitdiff
path: root/632/CH8/EX8.18/example8_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH8/EX8.18/example8_18.sce')
-rwxr-xr-x632/CH8/EX8.18/example8_18.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/632/CH8/EX8.18/example8_18.sce b/632/CH8/EX8.18/example8_18.sce
new file mode 100755
index 000000000..c4fc26710
--- /dev/null
+++ b/632/CH8/EX8.18/example8_18.sce
@@ -0,0 +1,16 @@
+//clc()
+P = 101.3;//kPa
+Td = 303;//K
+Tw = 288;//K
+//using psychometric chart,
+Y1 = 0.0045;//kg water/ kg dry air
+PY = 18;//%
+Theated = 356.7;//K
+Cb = 1.005;
+Ca = 1.884;
+Cs = Cb + Y1 * Ca;
+Q = 1 * Cs * (Theated - Td);
+disp("kg water/ kg dry air",Y1,"(a)Humidity of the initial air = ")
+disp("%",PY,"(b)Percent humidity = ")
+disp("K",Theated,"(c)Temperature to which the air is heated = ")
+disp("kJ",Q,"(d)Heat to be suppplied = ") \ No newline at end of file