-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Is there a good way to do reverse lookups of the values?
For instance, I need to get:
- pressure as a function of enthalpy and density
- temperature as a function of enthalpy and pressure
Currently the only way I can see is to do a binary search using an initial guess at the pressure/temperature, but this is very inefficient.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels