LTSpiral:

Path: Orbit/OrbitManeuver

% Delta v of a low thrust spiral between two circular orbits. 
 The acceleration is aligned with the velocity vector. This equation is 
 an approximation assuming the orbit is nearly circular throughout the 
 spiral. See also LowThrustEscape.

 The acceleration must be in the same units as a0 and mu.
--------------------------------------------------------------------------
   Form:
   [dV, dVRatio, t] = LTSpiral( a0, af, accel, mu )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a0      (1,:)   Initial semi-major axis (km)
   af      (1,:)   Final semi-major axis   (km)
   accel   (1,1)   Acceleration            (km/s^2)
   mu      (1,1)   Gravitational parameter (km^3/sec^2)

   -------
   Outputs
   -------
   dV      (1,:)   Total delta-v
   dVRatio (1,:)   Ratio of total delta-v to Hohmann Delta-V
   t       (1,:)   Maneuver duration (days)

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

Children:

Orbit: OrbitManeuver/DVHoh
Common: Database/Constant
Common: Graphics/Plot2D

Back to the Orbit Module page