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;