Air_30degC

record Air_30degC "Medium: properties of air at 30 degC and 1 bar"
    extends Modelica.Thermal.FluidHeatFlow.Media.Medium(rho = 1.149, cp = 1007, cv = 720, lamda = 0.0264, nue = 1.63e-5);

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