summaryrefslogtreecommitdiff
path: root/632/CH11/EX11.37/example11_37.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH11/EX11.37/example11_37.sce')
-rwxr-xr-x632/CH11/EX11.37/example11_37.sce19
1 files changed, 19 insertions, 0 deletions
diff --git a/632/CH11/EX11.37/example11_37.sce b/632/CH11/EX11.37/example11_37.sce
new file mode 100755
index 000000000..4803b320f
--- /dev/null
+++ b/632/CH11/EX11.37/example11_37.sce
@@ -0,0 +1,19 @@
+//clc()
+g = 9.81;//m/s^2
+z = 55;
+PE = g * z;
+KE = 0;
+T2 = 288;//K
+f = 1.5*10^-2;//m^3/min
+D = 1000;//kg/m^3
+m = f * D;
+Qsupp = 500;//kJ/min
+Qlost = 400;//kJ/min
+Qnet = (Qsupp - Qlost) * D / m ;
+W = 2*745.7;//W
+Ws = -W * 0.6 / (m/60);
+H = Qnet - Ws - PE - KE;
+Cp = 4200;
+T1 = H / Cp;
+T = T1 + T2;
+disp("K",T,"The temperature of exit water = ") \ No newline at end of file