Heating R1233ZDE from sub-cooled liquid to super-heated vapor: discrepancies in enthalpy drop in comparison to well known commercial software #678
Replies: 2 comments 3 replies
-
I guess this is simply a question of reference states. Make sure that your "commercial software" and REFPROP are using the same reference state and you should be golden. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Are you sure they use the same EOS? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I'm developing a Fortran code for geothermal plants calculation.
For testing and validation purpose I've simulated the heating of R1233ZDE, from inlet condition of 50 C and 26.27 bar to 170 C and 25.88 bar, through an economizer, an evaporator and a superheater which are part of the components library of the code. The fluid I'm exchanging heat with is a mixture of H2O, CO2 and H2S.
To compute the thermodynamic properties of R1233ZDE I'm directly calling the following REFPROP Fortran subroutines:
for calculating H, known P and T
for calculating T, known P and H
The issue I've found is that the results I obtain in terms of enthalpies of the R1233 fluid are slightly different from the ones I get from a commercial software I'm using as reference for validating the code.
Specifically, the DH or enthalpy drop I compute is 2248 kJ/kg instead of 2364 I see from the commercial code. The difference is just 5%, but it is affecting the outlet condition of the mixture used to heat R1233 by 26%!
On H2O, CO2 and H2S side, the target outlet condition is 80 C, while I compute 106 C, when the inlet T is 180 C imposed (26 C difference over a 100 C expected DT is 26%)
Forcing the DH on R1233 side to be 2364 kJ/kg, thus increasing the outlet T, the resulting outlet T on mixture side is 80 C, so on this side it seems REFPROP is aligned with the commercial software. I must be mistaking something when recalling the REFPROP subroutines to calculate R1233 properties, but I really don't know what.
Do you have any idea or suggestion?
Thanks and regards!
Leopoldo
Beta Was this translation helpful? Give feedback.
All reactions