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: Graphics/Plot2D
Back to the AerospaceUtils Module page