summaryrefslogtreecommitdiff
path: root/779/CH12/EX12.4/12_4.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /779/CH12/EX12.4/12_4.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '779/CH12/EX12.4/12_4.sce')
-rwxr-xr-x779/CH12/EX12.4/12_4.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/779/CH12/EX12.4/12_4.sce b/779/CH12/EX12.4/12_4.sce
new file mode 100755
index 000000000..54fb2568c
--- /dev/null
+++ b/779/CH12/EX12.4/12_4.sce
@@ -0,0 +1,14 @@
+h1 = 3465; h2s = 3065; h3 = 3565;
+h4s = 2300; x4s = 0.88; h5 = 191.83;
+v = 0.001;
+P = 150; // in bar
+Wp = v*P*100;
+h6s = 206.83;
+Q1 = (h1-h6s)+(h3-h2s);
+Wt = (h1-h2s)+(h3-h4s);
+Wnet = Wt-Wp;
+n_cycle = 100*Wnet/Q1;
+sr = 3600/Wnet;
+disp(0.88,"Quality at turbine exhaust is")
+disp("%",n_cycle,"Cycle efficiency is")
+disp("kg/kW h",sr,"steam rate is") \ No newline at end of file