functionT_phX
Return temperature as a function of pressure p, specific enthalpy h and composition X
Extends from Modelica.Icons.Function (Icon for functions).
Information
Temperature is computed from pressure, specific enthalpy and composition via numerical inversion of function h_pTX.Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| AbsolutePressure | p | Pressure | |
| SpecificEnthalpy | h | Specific enthalpy | |
| MassFraction | X | Mass fractions of composition |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Temperature | T | Temperature |
Contents
| Name | Description |
|---|---|
| Solve h_pTX(p,T,X) for T with given h |