inverse function for region 1: T(p,h)
function tph1 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 tph1;