Return enthalpy of the non-condensing species
partial function enthalpyOfNonCondensingGas extends Modelica.Icons.Function; input ThermodynamicState state "Thermodynamic state record"; output SpecificEnthalpy h "Specific enthalpy"; end enthalpyOfNonCondensingGas;