blob: 9271895450012c15d762b98c0f74c52b111a9608 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//Initial pressure(in bar)
p1=1.03;
//Temperature at the beginning of compression(in K)
T1=300;
//Pressure at start of expansion(in bar)
p2=47;
//Heat supplied during the cycle(in kJ/kg)
Hs=545;
//Specific heat a constant pressure(in kJ/kgK)
Cp=1.004;
//Ratio of specific heats
y=1.4;
|