Specific enthalpy of liquid phase
function specificEnthalpy_liq_pTX input SI.Pressure p; input SI.Temp_K T; input MassFraction X[nX] "mass fraction m_NaCl/m_Sol"; input Boolean ignoreTlimit = false "activated by temperature_phX"; output SI.SpecificEnthalpy h; end specificEnthalpy_liq_pTX;