functiontemperature_ps
Return temperature from p and s, inverse function of s(p,T)
Information
Returns temperature from specific entropy and pressure.
Implementation
This polynomial approximation is the inverse or backward function of Buildings.Media.Steam.specificEntropy and is numerically consistent with that forward function.
The largest error of this linearization is 7.70°C (1.86%), which occurs at 137.4°C and 100 kPa.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| AbsolutePressure | p | Pressure | |
| SpecificEntropy | s | Specific Entropy |
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.