Specific enthalpy of gas in gas phase
function specificEnthalpy_gas_pTX input SI.Pressure p; input SI.Temp_K T; input MassFraction X[:] "mass fraction m_NaCl/m_Sol"; output SI.SpecificEnthalpy h; end specificEnthalpy_gas_pTX;