PrandtlGlauertCorrection:

Path: ACPro/ACProAerodynamics

% Computes the Prandtl Glauert Compressibility correction.

   The correction is modified by a damping term, delta, to prevent 
   infinite values at M = 1. delta should be less than 0.1. 

   Type PrandtlGlauertCorrection for a demo.
--------------------------------------------------------------------------
   Form:
   pG = PrandtlGlauertCorrection( m, delta )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   m               (1,:)  Mach number
   delta           (1,1)  If entered use this for transonic damping

   -------
   Outputs
   -------
   pG              (1,:) Prandtl Glauert correction

--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the ACPro Module page