You are on page 1of 1

CICLO DE RANKINE CON RECALENTAMIENTO

P3=4000
P3=P2
T3=400
P4=400
s3=Entropy(Water,T=T3,P=P3)
s3=s4
T5=400
P5=400
P6=10
s5=Entropy(Water,T=T5,P=P5)
s5=s6
x1=0
P6=P1
h1=Enthalpy(Water,P=P1,x=x1)
h3=Enthalpy(Water,P=P3,T=T3)
h4=Enthalpy(Water,P=P4,s=s4)
h5=Enthalpy(Water,P=P5,T=T5)
h6=Enthalpy(Water,P=P6,s=s6)
v1=Volume(Water,x=x1,P=P1)
wb=v1*(P2-P1)
wb=h2-h1
wt=(h3-h4)+(h5-h6)
wneto=wt-wb
qh=(h5+h3)-(h2+h4)
eta=100*(wneto/qh)

You might also like