summaryrefslogtreecommitdiff
path: root/1394/CH21/EX21.3.1/Ex21_3_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1394/CH21/EX21.3.1/Ex21_3_1.sce')
-rwxr-xr-x1394/CH21/EX21.3.1/Ex21_3_1.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1394/CH21/EX21.3.1/Ex21_3_1.sce b/1394/CH21/EX21.3.1/Ex21_3_1.sce
new file mode 100755
index 000000000..dbd8ffa2a
--- /dev/null
+++ b/1394/CH21/EX21.3.1/Ex21_3_1.sce
@@ -0,0 +1,15 @@
+
+clc
+//initialization of variables
+d =1000 // kg/m^3
+h = 30 // W/m^2-C-sec
+Hvap = 2300*10^3 // J/kg
+T = 75 // C
+Ti = 31 // C
+l = 0.04 // m
+epsilon = 0.36
+c = 3600 // sec/hr
+t1 = (Hvap/h)*(1/(T-Ti))*(l*epsilon*d)// sec
+t = t1/c // in hr
+//Results
+printf("The time taken for drying is %.f hr",t)// answer wrong in textbook