PlanetaryAtmDens:

Path: Interplanetary/Environment

% Computes the atmospheric density for planets, higher fidelity model.
 Uses AtmDens2 for the Earth, AtmDensMars2 for Mars and AtmDens1 for the
 other planets. This function has a built-in demo.
--------------------------------------------------------------------------
   Form:
   rho = PlanetaryAtmDens( h, planet )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   h           (1,:)   Altitude (km)
   planet      (1,:)   'earth', 'mercury', 'venus', 'mars', 'pluto'
                       'jupiter' 'saturn' 'uranus' 'neptune' 'titan'

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

--------------------------------------------------------------------------
 See also AtmDens1, AtmDens2, AtmDensMars2, AtmDensUranus, AtmDensNeptune
--------------------------------------------------------------------------

Children:

AerospaceUtils: AtmosphericCalculations/AtmDens1
AerospaceUtils: AtmosphericCalculations/AtmDens2
Interplanetary: Environment/AtmDensMars2
Interplanetary: Environment/AtmDensNeptune
Interplanetary: Environment/AtmDensTitan
Interplanetary: Environment/AtmDensUranus
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS

Back to the Interplanetary Module page