inverse iteration in region 5: (p,T) = f(p,s)
function tofps5 extends Modelica.Icons.Function; input SI.Pressure p "pressure"; input SI.SpecificEntropy s "specific entropy"; input SI.SpecificEnthalpy relds "iteration accuracy"; output SI.Temperature T "temperature (K)"; output Integer error "error flag: iteration failed if different from 0"; end tofps5;