zmeri / PC-SAFT

Functions implementing the PC-SAFT equation of state, including association, electrolyte and dipole terms
GNU General Public License v3.0
46 stars 18 forks source link

Calculation of saturated vapor pressure #110

Closed ZycoChen closed 8 months ago

ZycoChen commented 10 months ago

Hello, when I was calculating the saturated vapor pressure, I found that the calculation result would be 1000 times larger than the value calculated by Refprop

zmeri commented 9 months ago

It sounds like refprop was just using different units. This pcsaft code uses Pa as the pressure unit. If refprop was set to use kPa, that would account for the difference. Could you check the units?