Water_10degC

record Water_10degC "Medium: properties of water at 10 degC and 1 bar"
    extends Modelica.Thermal.FluidHeatFlow.Media.Medium(rho = 999.7, cp = 4192, cv = 4192, lamda = 0.588, nue = 1.307e-6);

    annotation (
        defaultComponentPrefixes = "parameter",
        Documentation(info = "<html>\n  Medium: properties of water at 10&deg;C and 1 bar\n</html>"));
end Water_10degC;