MachFromPressureRatio:

Path: AC/Aero

% Computes the Mach number from pressure ratio.
--------------------------------------------------------------------------
   Form:
   m = MachFromPressureRatio( gamma, pR, tol )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   gamma          (1,1)       Ratio of specific heats
   pR             (1,:)       Pressure ratio
   tol            (1,1)       tolerance

   -------
   Outputs
   -------
   m              (1,:)       Mach number
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the AC Module page