Return temperature as a function of pressure and specific enthalpy
function temperature_ph extends Modelica.Icons.Function; input Real p "Pressure [bar]"; input Real h "Enthalpy [kJ/kg]"; output Real T "Temperature [°C]"; end temperature_ph;