Return the current region (valid values: 1,2,3,4,5) in IF97 for given pressure and specific entropy
function region_ps extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEntropy s "Specific entropy"; input Integer phase = 0 "Phase: 2 for two-phase, 1 for one phase, 0 if unknown"; input Integer mode = 0 "Mode: 0 means check, otherwise assume region=mode"; output Integer region "Region (valid values: 1,2,3,4,5) in IF97"; end region_ps;