You are on page 1of 2

"practica 1,modo invierno"

t[1]=291
t[2]=280,6
t[3]=289
t[4]=323
t[5]=t[1]
p[1]=250
p[2]=1950
p[3]=p[2]
p[4]=p[1]
p[5]=p[1]
m=0,3
h[1]=Enthalpy(R134a;T=T[1];P=P[1])
h[2]=Enthalpy(R134a;T=T[2];P=P[2])
h[3]=Enthalpy(R134a;T=T[3];P=P[3])
h[4]=Enthalpy(R134a;T=T[4];P=P[4])
h[5]=h[1]
hcond=h[2]-h[3]
heva=h[1]-h[4]
wcomp=h[2]-h[1]
eta=wcomp/heva
Pair=hcond*m

You might also like