Skip to content

Inverse functions #13

@dogiv

Description

@dogiv

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions