blob: 06e577d17018c736300d248e9a631f84641b65bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//Compression ratio
r=6;
//Ratio specific heats for air
y=1.4;
//Pressure at beginning of compression(in bar)
p1=1;
//Temperature at beginning of compression(in K)
T1=27+273;
//Heat added during the constant volume combustion process(in kJ/kg)
qs=1170;
//Specific heat at constant volume(in kJ/kgK)
Cv=0.717;
|