summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/11_04.sci
blob: deccf6ea917c1643368b2e10e020b82522b8dc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//Pressure at entry(in kPa):
p1=350;
//Temperature at entry(in K)
T1=333;
//Velocity at entry(in m/s):
V1=183;
//Mach no. at exit:
M2=1.3;
//Stagnation pressure at exit(in kPa):
p02=385;
//Stagnation temperature at exit(in K):
T02=350;
//Value of k:
k=1.4;
//Gas constant(in N-m/kg-K)
R=287;
//Specific heat at constant pressure(kJ/(kg-K):
cp=1;