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.
--------------------------------------------------------------------------
AerospaceUtils: AeroData/AtmData Common: Atmosphere/StdAtm Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the AerospaceUtils Module page