GVEGuidance:

Path: Interplanetary/AsteroidProspector

% Apply Gauss Variation Equations to determine in-plane thrust direction.
   For use with a low-thrust orbit transfer, for changing one Keplerian
   element at a time.

   Since version 2014.1
--------------------------------------------------------------------------
   Form:
   uRSW = GVEGuidance( el, elT, index )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   el            (1,6)    Orbital elements [a,i,W,w,e,M] in radians 
                          (distance units arbitrary). Can also accept
                          dimensions (6,1)
   elT           (1,6)    Target orbital elements. Can also accept
                          dimensions (6,1)
   index         (1,1)    Index of element to change, in the order above,
                          from 1 to 5.

   -------
   Outputs
   -------
   uRSW          (3,1)    Unit thrust vector, with 
                          x,y,z components in the radial, along-track, and
                          orbit-normal (or cross-track) directions,
                          respectively.  

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

Children:

Orbit: OrbitCoord/OrbElemDiff
SC: BasicOrbit/El2RV
SC: BasicOrbit/M2Nu
Math: Linear/Cross
Math: Linear/Unit

Back to the Interplanetary Module page