Path: AerospaceUtils/AtmosphericCalculations
% Computes the speed of sound in the atmosphere. Type AtmSnd for demo. -------------------------------------------------------------------------- Form: aOut = AtmSnd( T ) -------------------------------------------------------------------------- ------ Inputs ------ T (1,:) Temperature (°K) ------- Outputs ------- aOut (1,:) Speed of sound (m/sec) -------------------------------------------------------------------------- References: Hill, P.G., C. R. Peterson, Mechanics and Thermodynamics of Propulsion, Addison-Wesley, Reading, MA, 1970, p. 541. --------------------------------------------------------------------------
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