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;