diff options
Diffstat (limited to '2141/CH9/EX9.8/Ex9_8.sce')
-rwxr-xr-x | 2141/CH9/EX9.8/Ex9_8.sce | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/2141/CH9/EX9.8/Ex9_8.sce b/2141/CH9/EX9.8/Ex9_8.sce new file mode 100755 index 000000000..2bded304f --- /dev/null +++ b/2141/CH9/EX9.8/Ex9_8.sce @@ -0,0 +1,23 @@ +
+clc
+//initialisation of variables
+P3=14.7 //lbf/in^2
+T3=500// R
+T1=2000//R
+R=53.34 //F
+P2=128*P3//lbf/in^2
+T2=4 //f
+P1=1882*1.44 //lbf/in^2
+Q=50 //Btu/lbm
+P=128//lbf/in^2
+P4=P1/P //lbf/in^2
+g=144//ft
+T=778//F
+//CALCULATIONS
+nth=1-(T3/T1)//F
+Wnet=nth*Q //Btu/lbm
+V3=(R*T3)/(P3*g)//ft^3/lbm
+v1=(R*T1)/(P1*g)//ft^3/lbm
+Mep=(Wnet*T)/(V3-v1)//lbf/ft^2
+//RESULTS
+printf('The cycle effieciency and the mean effective pressure=% f lbf/ft^2',Mep)
|