functiontemperature_phX
Compute temperature from specific enthalpy and mass fraction
Extends from Modelica.Icons.Function (Icon for functions).
Information
Temperature as a function of specific enthalpy and species concentration. The pressure is input for compatibility with the medium models, but the temperature is independent of the pressure.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 |
Revisions
-
April 30, 2015, by Filip Jorissen and Michael Wetter:
AddedInline=truefor issue 227.