functiontemperature_ph
Return temperature from p and h, inverse function of h(p,T)
Information
Returns temperature from specific enthalpy and pressure.
Implementation
This linear approximation is the inverse or backward function of Buildings.Media.Steam.specificEnthalpy and is numerically consistent with that forward function.
The largest error of this linearization is 1.17°C (0.31%), which occurs at 100°C and 100 kPa.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| AbsolutePressure | p | Pressure | |
| SpecificEnthalpy | h | Specific Enthalpy |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Temperature | T | Temperature |
Revisions
-
April 13, 2021, by Kathryn Hinkelman:
Added pressure as a variable. -
October 30, 2020, by Kathryn Hinkelman:
First implementation.