Water properties in region 4 as function of d and T
function waterR4_dT extends Modelica.Icons.Function; input SI.Density d "Density"; input SI.Temperature T "temperature"; output Common.ThermoFluidSpecial.ThermoProperties_dT pro "thermodynamic property collection"; end waterR4_dT;