PlanetaryAtmDens:

Path: SC/Environs

% Computes the atmospheric density for Earth, Mercury, Venus, Mars and Pluto.
   rho is zero for all other planets. Uses AtmDens2 for the Earth, 
   AtmDensMars2 for Mars and AtmDens1 for the other planets. This function has 
   a built-in demo.
   See also AtmDens1, AtmDens2, AtmDensMars2
--------------------------------------------------------------------------
   Form:
   rho = PlanetaryAtmDens( h, planet )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   h           (1,:)   Altitude (km)
   planet      (1,:)   earth', 'mercury', 'venus', 'mars', 'pluto'

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

--------------------------------------------------------------------------

Children:

AerospaceUtils: AtmosphericCalculations/AtmDens1
AerospaceUtils: AtmosphericCalculations/AtmDens2
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
SC: Environs/AtmDensMars2

Back to the SC Module page