BaromExp:

Path: AerospaceUtils/AtmosphericCalculations

% Computes the barometric exponent.
 This is used by AtmJ70 by a quadrature routine.
--------------------------------------------------------------------------
   Form:
   x = BaromExp( z, tX, t90 )
--------------------------------------------------------------------------

   ------
   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)

   -------
   Outputs
   -------
   x          (1,1)   Barometric Exponent

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

Back to the AerospaceUtils Module page