Compute temperature from specific enthalpy
function T_h extends Modelica.Icons.Function; input SpecificEnthalpy h "Specific enthalpy"; output Temperature T "Temperature"; end T_h;