Está en la página 1de 2

{COMPUTER PROBLEM 3.

1}

{DEFINE UNITS TO SI: ºC; kPa; kJ}

{Data}

fluido$='R717'

T_evap = -15 {ºC}


T_cond = 25 {ºC}
Pot_FRIG = 100000*4,180/3600 {kW}
eta_comp=0,9 {-}

{Point 1: Evaporator exit}​ ​{26KPa de pérdidas}

x[1] = 0,98 {-}


T[1]=​temperature​(fluido$;​P​=P[1];​x​=x[1]) {ºC}
P[1] = P[6]-26 {kPa}
h[1] = ​enthalpy​(fluido$;​P=​ P[1];​x​=x[1]) {kJ/kg}
s[1] = ​entropy​(fluido$;​P​=P[1];​x​=x[1]) {kJ/kg·K}

{Point 2: Heat exchanger exit - Hot stream}

T[2] = T[1] + 3 {ºC}


P[2] = P[1] {kPa}
h[2] = ​enthalpy​(fluido$;​T​=T[2];​P​=P[2]) {kJ/kg}
​ T[2];​P​=P[2])
s[2] = ​entropy​(fluido$;​T= {kJ/kg*K}

{Point 3: compressor exit}

s_s[3] = s[2] {kJ/kg·K}


h_s[3]=​enthalpy​(fluido$;​s​=s_s[3];​P​=P[3]) {kJ/kg}
eta_comp= (h_s[3]-h[2])/(h[3]-h[2]) {-}
s[3]=​entropy​(fluido$;​h​=h[3];​P​=P[3])
T[3]=​temperature​(fluido$;​P​=P[3];​s​=s[3]) {ºC}

{Point 4: Condenser exit}

P[4] = P[3]-40 {kPa}


T[4] = T_cond {ºC}
P[4]=​pressure​(fluido$;​T​=T[4];​x​=x[4])
x[4] = 0
h[4] = ​enthalpy​(fluido$;​T​=T[4];​x​=x[4]) {kJ/kg}
​ T[4];​x​=x[4])
s[4] = ​entropy​(fluido$;​T= {kJ/kg·K}

{Point 5: Heat exchanger exit - Cold stream}

P[5] = P[4] {kPa}


h[4] - h[5] = h[2] - h[1] {kJ/kg}
T[5] = ​temperature​(fluido$;​P​=P[5];​h​=h[5]) {ºC}
​ T[5];​P=
s[5] = ​entropy​(fluido$;​T= ​ P[5]) {kJ/kg·K}
{Point 6: Expansion valve exit}

​ T[6])
P[6]=​p_sat​(fluido$;​T=
h[6] = h[5] {kJ/kg}
T[6] = T_evap {ºC}
​ T[6];​h​=h[6])
s[6] = ​entropy​(fluido$;​T= {kJ/kg·K}

{Question 2}

Pot_FRIG = G*(h[1]-h[6]) {kW}


G_h = G*3600 {kg/h}

{Question 3}

Pot_COND = G*(h[3]-h[4]) {kW}


Pot_COMP = G*(h[3]-h[2]) {kW}

COP_Frig = Pot_FRIG/Pot_COMP {-}


COP_Heat = Pot_COND/Pot_COMP {-}

También podría gustarte