Path: Interplanetary/Environment
% Compute the atmosphere density on Neptune given the altitude
 This is a third degree polynomial fit.
--------------------------------------------------------------------------
   Form:
   rho = NeptuneDensity( h )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   h       (1,:)   Altitude (km)
   -------   
   Outputs
   -------
   rho     (1,:)   Density (kg/m^3)
--------------------------------------------------------------------------
   Reference:   ATMOSPHERIC MODELS FOR AEROENTRY AND AEROASSIST 
                 C. G. Justus, Aleta Duvall, Vernon W. Keller
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Interplanetary Module page