Changeset 589

Show
Ignore:
Timestamp:
08/21/2007 01:04:48 PM (17 months ago)
Author:
hubertus
Message:

Fixed a problem with DryAirNasa that Katrin discovered

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Modelica/trunk/Modelica/Media/Air.mo

    r576 r589  
     1within Modelica.Media; 
    12package Air "Medium models for air"  
    23   
     
    3334   
    3435  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     
    3643    import Cv = Modelica.SIunits.Conversions; 
    3744