summaryrefslogtreecommitdiff
path: root/551/CH4/EX4.41/41.sce
diff options
context:
space:
mode:
Diffstat (limited to '551/CH4/EX4.41/41.sce')
-rwxr-xr-x551/CH4/EX4.41/41.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/551/CH4/EX4.41/41.sce b/551/CH4/EX4.41/41.sce
new file mode 100755
index 000000000..48163c0bb
--- /dev/null
+++ b/551/CH4/EX4.41/41.sce
@@ -0,0 +1,15 @@
+clc
+m=220/60; //kg/s
+C1=320; //m/s
+p1=6*10^5; //N/m^2
+u1=2000*10^3; //J/kg
+v1=0.36; //m^3/kg
+C2=140; //m/s
+p2=1.2*10^5; //N/m^2
+u2=1400*10^3; //J/kg
+v2=1.3; //m^3/kg
+Q=100*10^3; //J/s
+W=(m*[(u1-u2)+ (p1*v1 - p2*v2) + (C1^2-C2^2)/2] -Q)/10^6;
+disp("power capacity of the system = ")
+disp(W)
+disp("MW") \ No newline at end of file