PropagateCRTBPToPeriapse:

Path: Interplanetary/LowEnergyManeuver

% Propagate the CRTBP initial state to the next perigee.

 Type PropagateCRTBPToPeriapse to see a demo of a stored orbit family.

--------------------------------------------------------------------------
   Form:
   [yF, tF] = PropagateCRTBPToPeriapse(y,t0,tF,mu)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   y 	(6,1) Current state vector [r;v] (coordinates are
             centered at the secondary body)
   t0	(1,1) Initial time
   tF  (1,1) Upper bound on final time
   mu  (1,1)	CRTBP mass ratio

   -------
   Outputs
   -------
   yF	(6,1) State at the periapse
   tF	(1,1) Time at the periapse

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

Children:

Interplanetary: LowEnergyManeuver/PropagateCRTBP
Interplanetary: LowEnergyManeuverData/f26pRef
Common: Graphics/Plot2D
Math: Linear/Mag

Back to the Interplanetary Module page