BankedTurn:

Path: ACPro/ACPerformance

% Compute properties for a banked turn.

   Type BankedTurn for a demo.
--------------------------------------------------------------------------
   Form:
   [r, v] = BankedTurn( n, phi )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   v               (1,:) Velocity (m/s)
   phi             (1,:) Bank angle (rad)

   -------
   Outputs
   -------
   n               (1,:) Lift/weight
   r               (1,:) Turning radius (m)

--------------------------------------------------------------------------
   Reference: Mair, W. and D. L. Birdsall, "Aircraft Performance,"
              Cambridge, p. 217-218.
--------------------------------------------------------------------------

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