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