intermediate property record for water
function waterBaseProp_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 region = 0 "if 0, do region computation, otherwise assume the region is this input"; output ThermalSeparation.Media.WaterBasedLiquid.BaseClasses.Common.IF97BaseTwoPhase aux "auxiliary record"; end waterBaseProp_ps;