PropagateCRTBPToPeriapse:

Path: Orbit/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:

Orbit: LowEnergyManeuver/PropagateCRTBP
Orbit: LowEnergyManeuverData/f16pRef
Orbit: LowEnergyManeuverData/f26pRef
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Math: Linear/Mag

Back to the Orbit Module page