AtmSnd:

Path: AerospaceUtils/AtmosphericCalculations

% Computes the speed of sound in the atmosphere.

 Type AtmSnd for demo.

 Since version 1.
--------------------------------------------------------------------------
   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.
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the AerospaceUtils Module page