Package faa.tg.atmosphere

This package provides the simulators model of the Earth's Atmosphere, the standard day model is implemented.

See:
          Description

Interface Summary
AtmModel AtmModel is an interface which accesses atmospheric parameters.
Atmosphere  
WindModel WindModel is an interface which accesses wind parameters.
 

Class Summary
LocalAtm LocalAtm contains the local atmospheric values related to pressure and temperature for a specified position.
LocalWind LocalWind defines a class that moves an airmass over the ground.
NoWind NoWind represents the wind conditions in which there is no wind.
RucAtm RucAtm represents the pressure/temperature conditions, from a ruc236 file.
RucWind This object represents the wind model from a ruc236 file.
StndDayAtm StndDayAtm represents the standard pressure/temperature conditions.
StndDayAtmConstantWind StndDayAtmConstantWind represents the atmosphere containing standard pressure, temperature and constant winds.
StndDayAtmNoWind StndDayAtmNoWind represents the atmosphere containing standard pressure, temperature and no winds.
StndDayAtmStratifiedWind StndDayAtmStratifiedWind represents the atmosphere containing standard pressure, temperature and stratified winds.
TimeSequencedStndAtmWind TimeSequencedStndAtmWind represents the atmosphere containing standard pressure, temperature and winds changing over time.
WindComponents WindComponents is a convience class to package the two wind vectors together.
 

Package faa.tg.atmosphere Description

This package provides the simulators model of the Earth's Atmosphere, the standard day model is implemented. It provides a frame work for dynamic modeling