Return specific enthalpy as a function of temperature and liquid mass fraction f
partial function h_Tf extends Modelica.Icons.Function; input SI.Temperature T "Absolute temperature (K)"; input Real f "Liquid mass fraction"; output SI.SpecificEnthalpy h "Specific Enthalpy (J/kg)"; end h_Tf;