Return temperature from pressure and specific enthalpy
function T_ph extends Modelica.Icons.Function; input SpecificEnthalpy h "Specific enthalpy"; input AbsolutePressure p "Pressure"; output Temperature T "Temperature"; end T_ph;