Changeset 589
- Timestamp:
- 08/21/2007 01:04:48 PM (17 months ago)
- Files:
-
- 1 modified
-
Modelica/trunk/Modelica/Media/Air.mo (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Modelica/trunk/Modelica/Media/Air.mo
r576 r589 1 within Modelica.Media; 1 2 package Air "Medium models for air" 2 3 … … 33 34 34 35 package DryAirNasa "Air: Detailed dry air model as ideal gas (200..6000 K)" 35 extends IdealGases.SingleGases.Air(fluidConstants={IdealGases.Common.FluidData.N2}); 36 extends IdealGases.Common.SingleGasNasa( 37 mediumName="Air", 38 data=IdealGases.Common.SingleGasesData.Air, 39 fluidConstants={IdealGases.Common.FluidData.N2}); 40 annotation (preferedView="info", Documentation(info="<HTML> 41 <IMG SRC=\"../Images/Media/IdealGases/SingleGases/Air.png\"></HTML>")); 42 36 43 import Cv = Modelica.SIunits.Conversions; 37 44
