DragPolar:

Path: ACPro/ACProAerodynamics

% Computes the drag polar
   Computes the drag polar, cD = cD0 + k*cL^2

   This is the simplest realistic drag model for an aircraft.

   Type DragPolar for a demo.

--------------------------------------------------------------------------
   Form:
   cD = DragPolar( cD0, cL, kI )
--------------------------------------------------------------------------

   ------
   Inputs
   ------ 
   cD0   (1,:)  Zero lift drag coefficient
   cL    (1,:)  Lift coefficient
   kI    (1,:)  Induced drag coefficient

   -------
   Outputs
   -------
   cD    (1,:)  Drag coefficient

--------------------------------------------------------------------------
   Reference:  John D. Anderson, Jr. "Introduction to Flight", 
               3rd Edition, McGraw-Hill, 1989
--------------------------------------------------------------------------

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