Return specific enthalpy from T
function specificEnthalpy_T extends Modelica.Icons.Function; input Temperature T "Temperature"; output SpecificEnthalpy h "Specific enthalpy"; end specificEnthalpy_T;