Closed rigojea-bh closed 8 months ago
You cannot do calculations with refrigerant+water like this. You should have received an error code when you initialized this mixture, and that is the end of your journey; REFPROP does not support such a system.
Description
Hello NIST team,
I would like to share an inconsistent behavior I have observed with Refprop computations. On a refrigerant+water mixture, I am unable to compute an isenthalpic evolution between 1 state point describe by pressure and temperature, and the final state point at given pressure. When iterating by hand on temperature, I can find a solution, but this is inconvenient to implement in the code that calls the Refprop DLL.
Steps to Reproduce
Expected behavior: Computation should find a solution at about 28.15°C. I can check that this solution is there if imposing P = 7 bar and T = 28.15°C, I get H = 405.53 kJ/kg
Actual behavior: [PHFLSH error 223] Bubble point calculation did not converge.
Versions
REFPROP Version: NIST Standard Reference Database 23, DLL version number 10.0 Operating System and Version: Windows 10, Version 22H2 (OS Build 19045.4046) Access Method: Running the Refprop desktop application
Additional Information
Screenshots