summaryrefslogtreecommitdiff
path: root/3841/CH5/EX5.2/Ex5_2.sce
blob: 4e84e40781c40dcf4c9adb12c94517ebb5dea385 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//given
//find the back pressure and heat required
//
g=9.
w1=0.0361
Bp=g*w1
//as 1 psi =2.036
Bp1=Bp*2.0326
printf("\n \n back pressure %.3f ",Bp)
printf("\n \n heat required is %.2f ",Bp1)