summaryrefslogtreecommitdiff
path: root/1460/CH13/EX13.2/13_2.sce
blob: 486877262ffcd54ccd12db4f7c968a9d6b8e78c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialization of variables
A=0.3 //ft^2
P=30 //lb/in^2
T=160+460 //R
Mn=0.82
g=1.4
//calculations
w=A*144*P*sqrt(g*32.2) *Mn*(1+ (g-1)/2 *(Mn)^2)^(-3) /sqrt(53.3*T)
//results
printf("Mass flow = %.1f lbm/sec",w)