Water_90degC

record Water_90degC "Medium: properties of water at 90 degC and 1 bar"
    extends Modelica.Thermal.FluidHeatFlow.Media.Medium(rho = 965.3, cp = 4205, cv = 4205, lamda = 0.676, nue = 3.47e-7);

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