AtmDensTitan:

Path: AerospaceUtils/AtmosphericCalculations

% Computes the atmospheric density of Titan using a curve fit. 

 Type  AtmDensTitan for a demo.

--------------------------------------------------------------------------
   Form:
   [rho, t] = AtmDensTitan( h )
--------------------------------------------------------------------------

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

   -------
   Outputs
   -------
   rho        (1,:)   Atmospheric Density (kg/m^3)
   t          (1,:)   Temperature (deg-K)

--------------------------------------------------------------------------
   Reference:  J. H. Waite, Jr., J. M. Bell, R. Lorenz, R. Achterberg, and
               F. M. Flasar, "A New Titan Atmospheric Model for Mission
               Engineering Applications," 43rd Lunar and Planetary Science
               Conference, 2012.
--------------------------------------------------------------------------

Children:

Common: Graphics/PlotDoubleYAxis

Back to the AerospaceUtils Module page