Greetings.
I require the values of the specific heat capacity under constant pressure, Cp, within the two-phase liquid-vapor region. The values for the saturated liquid and vapor are included. Unfortunately i receive negative values near the saturated liquid region, usually around steam quality of 0.10. Cp was called using pressure, quality and pressure, enthalpy input pairs:
Cpx=CP.PropsSI('C','P',plow,'Q',qx,working_fluid)
Cpx=CP.PropsSI('C','P',plow,'H',hx,working_fluid)
The pressure corresponds to the saturation pressure for 30 oC. The working fluids tested were R124, Isobutane, R245fa, Isopentane and Cyclopentane.
Any ideas?
Thank you in advance.
P.S.
Software used:
CoolProp v6.4.1
Python 2.7.16
Debian 10