Intermediate property record for water (p and T preferred states)
function waterBaseProp_pT extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.Temperature T "Temperature"; input Integer region = 0 "If 0, do region computation, otherwise assume the region is this input"; output Common.IF97BaseTwoPhase aux "Auxiliary record"; end waterBaseProp_pT;