summaryrefslogtreecommitdiff
path: root/51/CH5/EX5.3/5_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '51/CH5/EX5.3/5_3.sce')
-rwxr-xr-x51/CH5/EX5.3/5_3.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/51/CH5/EX5.3/5_3.sce b/51/CH5/EX5.3/5_3.sce
new file mode 100755
index 000000000..553bc103a
--- /dev/null
+++ b/51/CH5/EX5.3/5_3.sce
@@ -0,0 +1,7 @@
+clc;
+clear;
+m1=22;//slugs/hr
+m3=0.5;//slugs/hr
+//-m1+m2+m3=0
+m2=m1-m3;
+disp("slugs/hr",m2,"Mass flowrate of the dry air and water vapour leaving the dehumidifier=") \ No newline at end of file