Reverse function for region 2: T(p,h)
function tph2 extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEnthalpy h "Specific enthalpy"; output SI.Temperature T "Temperature (K)"; end tph2;