summaryrefslogtreecommitdiff
path: root/548/DEPENDENCIES/4_12data.sci
blob: 49ec49944fc676e5211d751c32bb9f48ef09c8b5 (plain)
1
2
3
4
5
6
7
8
9
//Nozzle flow was described in example 4.9,so we can take data from eg 4.9
V1=580 //velocity at throat,m/s
Ve=1188 //velocity at exit,m/s
T1=833 //Temperature at throat,in Kelvin
Te=300 //Temperature at exit,in kelvin
R=287;//gas constant for air,J/Kg.K
y=1.4;// specific heat ratio for air
a=(y*R*T1)^0.5 //speed of sound at throat
Ae=(y*R*Te)^0.5 //speed of sound at exit