summaryrefslogtreecommitdiff
path: root/2141/CH7/EX7.8/Ex7_8.sce
blob: d29a5f947d14527a3d105677b13f2f9eb24de37f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

clc
//initialisation of variables
T1=1060 //R
hi=255.96 //Btu/lbm
pr=15.203 //ft/sec
p1=20 //lbf/in^2
p2=50 //lbf/in^2
Te=822//R
he=197.18 //Btu/lbm
//CALCULATIONS
Pe=pr*(p1/p2)//Btu/lbm
W=hi-he //Btu/lbm
//RESULTS
printf('The work per pound of air flowing through the turbine=% f Btu/lbm',W)