find specific enthalpy from Temperature
function h_Tf input SI.Temperature T "Absolute temperature (K)"; input Real f "Liquid mass fraction"; output SI.SpecificEnthalpy h "Specific Enthalpy (J/kg)"; end h_Tf;