enthalpy calculation using solution enthalpies
function specificEnthalpy_pTX_Francke_hsol input SI.Pressure p; input SI.Temp_K T; input SI.MassFraction X[:] "mass fractions m_i/m_Sol"; output SI.SpecificEnthalpy h; end specificEnthalpy_pTX_Francke_hsol;