Skip to content

Conversation

@portyanikhin
Copy link
Owner

Example:

from pyfluids import Fluid, FluidsList

default = Fluid(FluidsList.Water)
assert default.coolprop_backend == "HEOS"

custom = Fluid(FluidsList.Water, coolprop_backend="IF97")
assert custom.coolprop_backend == "IF97"

@portyanikhin portyanikhin added the enhancement New feature or request label Nov 7, 2025
@portyanikhin portyanikhin linked an issue Nov 7, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (49232d3) to head (db95b8c).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #90   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         1270      1274    +4     
=========================================
+ Hits          1270      1274    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@portyanikhin portyanikhin merged commit 5e76b2e into main Nov 7, 2025
19 checks passed
@portyanikhin portyanikhin deleted the 88-custom-coolprop-backend branch November 7, 2025 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to use REFPROP backend?

2 participants