AtmDens2:

Path: AerospaceUtils/AtmosphericCalculations

% Computes the Earth's atmospheric density using scale heights.
 Valid from 0 to 1000 km.

 Type AtmDens2 for demo.

 Since version 1.
--------------------------------------------------------------------------
   Form:
   rhoOut = AtmDens2( h )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   h            (1,:) Altitude (km)

   -------
   Outputs
   -------
   rhoOut       (1,:) Atmospheric Density (kg/m^3)

--------------------------------------------------------------------------
   References: Wertz, J.R., Spacecraft Attitude Determination and
               Control, Kluwer, 1976, p. 820.
--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS

Back to the AerospaceUtils Module page