You are on page 1of 4

Pro3AMinesV1

Equations
$unitsystem SI C Pa J mass deg
$tabstops 0.2 0.4 0.6 0.8 1.0
$bookmark Pinch_h
procedure P inchh (cph , cp23 : Ths,intern , Thso )

(1)

$common m_dot_h,T[2],T[3],T_hsi, h[5],h[2],m_dot_wf,T_pinch



If m
h cph<m
wf cp23 then

(2)

Thso = T2 + Tpinch
Ths,intern = m
wf

(3)
cp23 (T3 T2 )
+ Thso
m
h cph

(4)

else

(5)

Ths,intern = T3 + Tpinch
Thso = Ths,intern m
wf

(6)
cp23 (T3 T2 )
m
h cph

(7)

endif

(8)

end

(9)

$bookmark Data

f luid$ = R245fa:53.483/R152a:46.517
library$ = refprop
Tpinch = 10

working medium, the composition is in molar fraction

fluid library

(11)

pinch value of hight temperature heat transfer

pr = 0.8
Pcrit

reduced pressure



Pa
= 4.1991 [MPa] 1000000
MPa

Tcrit = 409.44 273.15




Dcrit = 451.86 kg/m3
Pevap = pr Pcrit

(10)

(12)
(13)

critical pressure

critical pressure

(14)
(15)
(16)

evaporation pressure

(17)

heat source medium

(18)

heat source
source$ = water
Thsi = 150 [C]

inlet heat source temperature

(19)




Pa
Phsi = 10 [bar] 100000
bar
m
h = 1 [kg/s]

inlet heat source pressure

mass flow rate of heat source medium

(20)
(21)

heat sink
sink$ = N2:77/O2:21/AR:1/H2O:1

(22)

Tcsi = 15 [C]

(23)

Pcsi




Pa

= 2 [bar] 100000
bar

(24)

cph = f luidprop(source$, library$, cp , pt , Phsi , Thsi )




T2 + T3
cp23 = f luidprop f luid$, library$, cp , pt , P2 ,
2

(25)
(26)

T1 = 30 [C]

(27)

P1 = f luidprop(f luid$, library$, pressure , tx , T1 , 0)

(28)

h1 = f luidprop(f luid$, library$, enthalpy , tx , T1 , 0)

(29)

s1 = f luidprop(f luid$, library$, entropy , tx , T1 , 0)

(30)

is,p = 0.8

(31)

motor = 0.9

(32)

P2 = Pevap

(33)

h2,is = f luidprop(f luid$, library$, enthalpy , ps , Pevap , s1 )

(34)

h2 = h1 +

h2,is h1
is,p

(35)

s2 = f luidprop(f luid$, library$, entropy , ph , P2 , h2 )

(36)

T2 = f luidprop(f luid$, library$, temperature , ph , P2 , h2 )

(37)

P3 = Pevap

(38)

h3 = f luidprop(f luid$, library$, enthalpy , px , P3 , 0)

(39)

s3 = f luidprop(f luid$, library$, entropy , px , P3 , 0)

(40)

T3 = f luidprop(f luid$, library$, temperature , px , P3 , 0)

(41)

P4 = Pevap

(42)

h4 = f luidprop(f luid$, library$, enthalpy , px , P4 , 1)

(43)

s4 = f luidprop(f luid$, library$, entropy , px , P4 , 1)

(44)

T4 = f luidprop(f luid$, library$, temperature , px , P4 , 1)

(45)

T5 = f luidprop(f luid$, library$, temperature , ps , P5 , s5 )

(46)

P5 = Pevap

(47)

h5 = f luidprop(f luid$, library$, enthalpy , ps , P5 , s5 )

(48)

s5 = s7

(49)

is,turb = 0.8

(50)

P6 = P1

(51)

h6,is = f luidprop(f luid$, library$, enthalpy , ps , P6 , s5 )

(52)

h6 = h5 + (h6,is h5 ) is,turb

(53)

s6 = f luidprop(f luid$, library$, entropy , ph , P6 , h6 )

(54)

T6 = f luidprop(f luid$, library$, temperature , ph , P6 , h6 )

(55)

x6 = f luidprop(f luid$, library$, quality , ph , P6 , h6 )

(56)

P7 = P1

(57)

T7 = f luidprop(f luid$, library$, temperature , px , P7 , 1)

(58)

h7 = f luidprop(f luid$, library$, enthalpy , px , P7 , 1)

(59)

s7 = f luidprop(f luid$, library$, entropy , px , P7 , 1)

(60)

T8 = T1

(61)

s8 = s1

(62)

Wnet = h5 h6 h2 + h1

(63)

h = f luidprop(source$, library$, density , pt , Phsi , Thsi )

(64)

Thso = Thsi m
wf

h5 h2
m
h cph

(65)

call P inchh (cph , cp23 : Ths,intern , Thso )

(66)

Solution
Variables in Main program
cp23 = 1642 

Dcrit = 451.9 kg/m3
is,turb = 0.8
f luid$ = R245fa:53.483/R152a:46.517
h6,is = 467338
m
h = 1 [kg/s]
Pcrit = 4.199 106 [Pa]
Pevap = 3.359 106
pr = 0.8
sink$ = N2:77/O2:21/AR:1/H2O:1
Tcrit = 136.3
Thsi = 150 [C]
Ths,intern = 131.9
Wnet = 32644

cph = 4305
is,p = 0.8
motor = 0.9
h2,is = 249350
library$ = refprop
m
wf = 0.684
Pcsi = 200000 [Pa]
Phsi = 1000000 [Pa]
h = 917.3
source$ = water
Tcsi = 15 [C]
Thso = 108.4
Tpinch = 10

Plot Window 1: R401A

Plot Window 3: R245f a70R152a30

You might also like