Air_70degC

record Air_70degC "Medium: properties of air at 70 degC and 1 bar"
    extends Modelica.Thermal.FluidHeatFlow.Media.Medium(rho = 1.015, cp = 1010, cv = 723, lamda = 0.0293, nue = 2.03e-5);

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