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;