Sie sind auf Seite 1von 4

"Given===============================================

======="
T_1= 300
[k]
P_1= 100
[KPa]
T_3=1100
[k]
eta_c=0.8
eta_T=0.9
"rp=2"
"Point 1
===================================================
=========="
Pr_1=Prandtl(Air_ha,T=T_1,P=P_1)
h_1=Enthalpy(Air_ha,T=T_1,P=P_1)
s_1=Entropy(Air_ha,T=T_1,P=P_1)
s_1=s_2
"Point 2
===================================================
=========="
T_2 =Temperature(Air_ha,P=P_2,s=s_2)
h_2=Enthalpy(Air_ha,T=T_2,s=s_2)
Pr_2=Pr_1*rp
P_2=rp*(P_1)
h_2_a=(eta_c)*(h_2)
"Point 3
===================================================
=========="
P_2=P_3
Pr_3=Prandtl(Air_ha,T=T_3,P=P_3)
h_3=Enthalpy(Air_ha,T=T_3,P=P_3)
s_3=Entropy(Air_ha,T=T_3,P=P_3)
s_3=s_4
"Point 4
===================================================
========="
Pr_4=Pr_3/rp
T_4=Temperature(Air_ha,s=s_4,P=P_4)
P_4=P_3/rp

h_4=Enthalpy(Air_ha,T=T_4,P=P_4)
h_4_a=(eta_T)*(h_4)
"Final
===================================================
==="
W_net=(h_3-(h_4_a))-((h_2_a)-(h_1))
eta_th=1-(((h_4_a)-h_1)/(h_3-(h_2_a)))

END OF CODE

Where the Optimum Pressure ratio(rp) for Max Work Net is (13.67) :

And the Optimum Pressure ratio for Max Thermal Efficiency is (20) :

As for the Third requirement :


The Range of valid (rp) for regeneration is from rp= 2 to rp =10.91 where T4 is higher
than T2.

Das könnte Ihnen auch gefallen