Path: Interplanetary/Environment
% Compute the atmospheric density on Uranus.
--------------------------------------------------------------------------
Form:
rho = AtmDensUranus( 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
--------------------------------------------------------------------------
SC: Environs/MolWt2R Common: Graphics/Plot2D
Back to the Interplanetary Module page