Water

record Water "Medium: properties of water at 30 degC and 1 bar"
    extends Modelica.Thermal.FluidHeatFlow.Media.Medium(rho = 995.6, cp = 4177, cv = 4177, lamda = 0.615, nue = 8e-7);

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