Function that calculates the specific enthalpy of saturated vapor based on temperature
function enthalpySatVap_T input Modelica.Units.SI.Temperature T "Temperature of refrigerant"; output Modelica.Units.SI.SpecificEnthalpy h; end enthalpySatVap_T;