Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low Pressure Saturation Calcs for HEOS::Water Failing after #2250 #2388

Closed
henningjp opened this issue Jun 18, 2024 · 1 comment · Fixed by #2351
Closed

Low Pressure Saturation Calcs for HEOS::Water Failing after #2250 #2388

henningjp opened this issue Jun 18, 2024 · 1 comment · Fixed by #2351

Comments

@henningjp
Copy link
Contributor

Description

After #2250, low pressure water calculations I was using to test recent IF97 patch stopped working in HEOS::Water. Simple Saturation Temperature calculations now fail sporadically at low pressures. Returning other properties at low pressures also failing.

Steps to Reproduce

  1. Set pressure below, say 10,000 Pa (0.010 MPa) but above Ptriple (611.655 Pa)
  2. Calculate T at PQ state with Q = 0 or 1
  3. At sporadic points along the curve, this simple calculation fails.

Expected behavior: (Prior to #2250 merge)

image

image

Actual behavior: (After #2250 merge)

image

image

Versions

CoolProp Version: 6.6.1dev
Operating System and Version: Windows
Access Method: Mathcad / Python - High-Level / Low-Level - Doesn't matter

Additional Information

I haven't tested any other fluids to see if this is reproduced there, but I suspect it is an issue for very low pressures for all fluids.

@henningjp
Copy link
Contributor Author

While water is behaving the worst, some of the other fluids are experiencing this low-pressure behavior now relative to the fluids triple-point pressure.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant