summaryrefslogtreecommitdiff
path: root/599/CH6/EX6.5.b/example6_5_b.sce
diff options
context:
space:
mode:
Diffstat (limited to '599/CH6/EX6.5.b/example6_5_b.sce')
-rwxr-xr-x599/CH6/EX6.5.b/example6_5_b.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/599/CH6/EX6.5.b/example6_5_b.sce b/599/CH6/EX6.5.b/example6_5_b.sce
new file mode 100755
index 000000000..7f56a2504
--- /dev/null
+++ b/599/CH6/EX6.5.b/example6_5_b.sce
@@ -0,0 +1,16 @@
+
+clear;
+clc;
+printf("\t Example 6_5_b\n");
+
+//part(ii)
+w1=4.934; //weight after two hours
+w0=5.314; //initial weight
+w2=w0-w1; // water evaporated in 2 hrs
+H1=.01; //humidty of incoming air
+H2=.03; //humidity of leaving air
+yout=.03;
+yin=.01;
+Gs=w2/(yout- yin); //water carried away
+printf("\n the amount of air required in 2hours is :%f kg",Gs);
+//end \ No newline at end of file