zmeri / PC-SAFT

Functions implementing the PC-SAFT equation of state, including association, electrolyte and dipole terms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculation of saturated vapor pressure

ZycoChen opened this issue · comments

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

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?