Return enthalpy of non-condensing gas mixture
partial function enthalpyOfGas extends Modelica.Icons.Function; input Temperature T "Temperature"; input MassFraction[:] X "Vector of mass fractions"; output SpecificEnthalpy h "Specific enthalpy"; end enthalpyOfGas;