Path: AerospaceUtils/AtmosphericCalculations
% Computes the ratio of specific heats for air.
 The ratio is a function of temperature of the atmosphere.
 Type AtmGamma for demo showing gamma from 0 to 80 km altitude.
--------------------------------------------------------------------------
   Form:
   gamma = AtmGamma( T )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   T       (1,:)   Temperature (deg-K)
   -------
   Outputs
   -------
   gamma   (1,:)   Ratio of specific heats
--------------------------------------------------------------------------
   References:	Hill, P.G., C. R. Peterson, Mechanics and Thermodynamics
               of Propulsion, Addison-Wesley, Reading, MA, 1970, p. 541.
--------------------------------------------------------------------------
Common: Atmosphere/StdAtm Common: Graphics/Plot2D
Back to the AerospaceUtils Module page