DragAnlytMdl:

--------------------------------------------------------------------------
   Computes drag using an anayltical model

   For a demo, type DragAnlytMdl

   The model is a quadratic law.

--------------------------------------------------------------------------
   Form:
   cD = DragAnlytMdl( cL, alpha, kD0, kD )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   cL                 (1,1) Lift coefficient
   alpha              (1,:) Angle of attack (rad)
   kD0                (1,1) Zero angle of attack value
   kD                 (1,1) Lift coupling coefficient

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

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

Children:

Common: Graphics/Plot2D