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