DiffusionExp:

Path: AerospaceUtils/AtmosphericCalculations

% Computes the diffusion exponent.
--------------------------------------------------------------------------
   Form:
   x = DiffusionExp( z, tX, t90, tE )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   z          (1,1)   Height
   tX         (1,1)   Inflection point temperature (deg-K at altitude = 125 km)
   t90        (1,1)   Assumed temperature at 90km altitude (deg-K)
   tE         (1,1)   Exospheric temperature (deg-K) 
   
   -------
   Outputs
   -------
   x          (1,1)   Diffusion Exponent

--------------------------------------------------------------------------

Back to the AerospaceUtils Module page