UranusDensity:

Path: AerospaceUtils/AtmosphericCalculations

% Compute the atmospheric density on Uranus.
--------------------------------------------------------------------------
   Form:
   rho = UranusDensity( h )
--------------------------------------------------------------------------

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

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

--------------------------------------------------------------------------
   Reference: NASA Uranus Fact Sheet
           https://nssdc.gsfc.nasa.gov/planetary/factsheet/uranusfact.html
           http://planetfacts.org/temperature-on-uranus-a-cold-cold-planet/
--------------------------------------------------------------------------

Children:

SC: Environs/MolWt2R
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the AerospaceUtils Module page