summaryrefslogtreecommitdiff
path: root/551/CH4/EX4.39/39.sce
diff options
context:
space:
mode:
Diffstat (limited to '551/CH4/EX4.39/39.sce')
-rwxr-xr-x551/CH4/EX4.39/39.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/551/CH4/EX4.39/39.sce b/551/CH4/EX4.39/39.sce
new file mode 100755
index 000000000..e49581e80
--- /dev/null
+++ b/551/CH4/EX4.39/39.sce
@@ -0,0 +1,14 @@
+clc
+g=9.8; //m/s^2
+m=4500/3600; //kg/s
+C1=2800/60; //m/s
+Z1=5.5; //m
+h1=2800; //kJ/g
+C2=5600/60; //m/s
+Z2=1.5; //m
+h2=2300; //kJ/kg
+Q=-16000/3600; //kJ/s
+W=Q-m*[(h1-h2) + (C2^2 - C1^2)/2/1000 + (Z2-Z1)*g/1000];
+disp("Power output of the turbine = ")
+disp(-W)
+disp("kW") \ No newline at end of file