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. -------------------------------------------------------------------------- Form: rho = PlanetaryAtmDens( h, planet ) -------------------------------------------------------------------------- ------ Inputs ------ h (1,:) Altitude (km) planet (1,:) 'earth', 'mercury', 'venus', 'mars', 'pluto' 'jupiter' 'saturn' 'uranus' 'neptune' ------- Outputs ------- rho (1,:) Atmospheric Density (kg/m^3) -------------------------------------------------------------------------- See also AtmDens1, AtmDens2, AtmDensMars2 --------------------------------------------------------------------------
AerospaceUtils: AtmosphericCalculations/AtmDens1 AerospaceUtils: AtmosphericCalculations/AtmDens2 SC: Environs/AtmDensMars2 Common: General/Watermark Common: Graphics/NewFig Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS
Back to the SC Module page