LowEnergyTransferInCRTBP:

Path: Orbit/LowEnergyManeuver

% Calculate a low energy transfer in a CRTBP.
   The transfer is from a circular orbit of radius r1 to a circular orbit
   of radius r2.

   Type LowEnergyTransferInCRTBP for a demo between two circular orbits.

   Since version 9.
--------------------------------------------------------------------------
   Form:
   LET = LowEnergyTransferInCRTBP( r1,r2,mu,orientation );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r1             (1,1)  Initial circular orbit radius
   r2             (1,1)  Final circular orbit radius
   mu             (1,1)  Gravity ratio of the CRTBP
   orientation    (1,1)  orientation of the maneuver 
                           - ' '
                           - 'p'

   -------
   Outputs
   -------
   LET           	(.)  Data structure with information about the orbit

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

Children:

Common: Database/Constant
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Math: Linear/Mag
Math: Linear/Unit
Orbit: LowEnergyManeuver/LETGuess
Orbit: ThreeBody/PropagateCRTBP
Orbit: ThreeBody/PropagateCRTBPToPeriapse

Back to the Orbit Module page