MachFromAreaRatio:

Path: Propulsion/Gas

% Computes the Mach number from area ratio. The throat is at Mach 1.
 Type MachFromAreaRatio for a demo.
--------------------------------------------------------------------------
   Form:
   M = MachFromAreaRatio( aR, gamma )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   aR            (1,1)   Area ratio Exit Area/Throat Area
   gamma         (1,1)   Ratio of specific heats

   -------
   Outputs
   -------
   M             (1,1)   Mach number

--------------------------------------------------------------------------
	References:	Hill, P.G., Peterson, C. R., "The Mechanics and
	            Thermodynamics of Propulsion," Addison-Wesley Publishing
               Company, 1970, p. 221.
--------------------------------------------------------------------------

Children:

Propulsion: Gas/AreaRatioFromMach
Math: Solvers/Secant

Back to the Propulsion Module page