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