CDCLHypersonic:

Path: ACPro/ACProAerodynamics

% Hypersonic lift and drag coefficients for a flat plate.

 Includes pressure effects, skin friction and parasitic drag.

 The default Standard Atmosphere is at 1000 m.

 Type CDCLHypersonic for a demo. One demo shows the variation of
 cD and cL with respect to Mach. The other shows the variation with
 respect to angle of attack. This function includes the pressure
 correction with Mach for cP. It also includes skin friction and
 parasitic drag.

--------------------------------------------------------------------------
   Form:
   [cD, cL] = CDCLHypersonic( m, alpha, p, l, cParasitic )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   m           (1,:)	  Freestream Mach number
   alpha       (1,:)   Angle of attack (rad)
   p            (.)    Standard atmosphere data structure
   l           (1,1)   Characteristic length
   cParasitic	(1,1)   Parasitic drag

   -------
   Outputs
   -------
   cD          (1,:) 	Drag coefficient
   cL          (1,:) 	Lift coefficient
  
--------------------------------------------------------------------------
   See also CPHypersonic, CDSkinFriction
--------------------------------------------------------------------------

Children:

AC: Aero/RayleighPitotTube
ACPro: ACProAerodynamics/CDSkinFriction
ACPro: ACProAerodynamics/CPHypersonic
AerospaceUtils: AeroData/AtmData
AerospaceUtils: AtmosphericCalculations/AtmGamma
Common: Atmosphere/StdAtm
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