summaryrefslogtreecommitdiff
path: root/443/DEPENDENCIES/3_23_data.sci
blob: 49979eedb769063a15909a73981328c25515ed68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//Compression ratio
r=8;
//Compression and expansion process follow the law pv^1.3=const
n=1.3;
//Pressure at beginning of compression(in bar)
p1=1;
//Temperature at beginning of compression(in K)
T1=300;
//Specific heat at constant pressure(in kJ/kgK)
Cp=1.004;
//Specific heat at constant volume(in kJ/kgK)
Cv=0.717;
//Mass flow of air(in kg)
m=1;
//Gas constant(in J/kgK)
R=287;
//Expansion ratio
re=5.3;