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