Type | Name | Default | Description |
---|---|---|---|
Temperature | T | temperature [K] |
Type | Name | Description |
---|---|---|
SpecificEnthalpy | h | specific enthalpy [J/kg] |
replaceable partial function enthalpyOfNonCondensingGas "Return enthalpy of the non-condensing species" extends Modelica.Icons.Function; input Temperature T "temperature"; output SpecificEnthalpy h "specific enthalpy"; end enthalpyOfNonCondensingGas;