AFLTSpiral:

Path: Orbit/OrbitMechanics

% Low thrust delta v between two circular orbits. 
   The acceleration is aligned with the velocity vector. Computes the final apogee

   Since version 2.
--------------------------------------------------------------------------
   Form:
   [aF, dVRatio, t] = AFLTSpiral( a0, dV, accel, mu )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a0                 Initial semi-major axis
   dV         (:)     Total delta-v
   accel              acceleration
   mu                 Gravitational parameter

   -------
   Outputs
   -------
   aF         (:)     Final semi-major axis
   dVRatio    (:)     Ratio of total delta-v to Hohmann Delta-V
   t                  Maneuver duration (days)

--------------------------------------------------------------------------
   References: Wiesel, W. E., Spaceflight Dynamics, McGraw-Hill, 1988,
               pp. 89-90.
--------------------------------------------------------------------------

Children:

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

Back to the Orbit Module page