diff options
Diffstat (limited to '2175/CH11/EX11.5/11_5.sce')
-rwxr-xr-x | 2175/CH11/EX11.5/11_5.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/2175/CH11/EX11.5/11_5.sce b/2175/CH11/EX11.5/11_5.sce new file mode 100755 index 000000000..3dfa7cdcb --- /dev/null +++ b/2175/CH11/EX11.5/11_5.sce @@ -0,0 +1,13 @@ +clc;
+Cw=115;//m/s
+Cb=200;//m/s
+wf=0.86;
+P=(Cw*Cb*wf)/1000;
+CP=12*P;
+T=20+273;
+y=1.4;
+ET=T*6^[(y-1)/y];
+cp=1.005;
+sp=cp*(ET-T);
+Ce=sp/CP;
+disp("%",Ce*100,"compressor isintropic efficiency is:");
|