Changeset 546

Show
Ignore:
Timestamp:
08/17/2007 08:13:27 AM (17 months ago)
Author:
kproelss
Message:

minor changes in documentation of package Air

Files:
1 modified

Legend:

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

    r543 r546  
    10701070   
    10711071  annotation (Documentation(info="<html> 
    1072    
     1072  <p>This package contains different medium models for air:</p> 
     1073<ul> 
     1074<li><b>SimpleAir</b><br> 
     1075    Simple dry air medium in a limited temperature range.</li> 
     1076<li><b>DryAirNasa</b><br> 
     1077    Dry air as an ideal gas from Media.IdealGases.MixtureGases.Air.</li> 
     1078<li><b>MoistAir</b><br> 
     1079    Moist air as an ideal gas mixture of steam and dry air with fog below and above the triple point temperature.</li> 
     1080</ul> 
    10731081</html>")); 
    10741082end Air;