Path: Missions/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. --------------------------------------------------------------------------
Orbit: OrbitCoord/OrbElemDiff SC: BasicOrbit/CP2I SC: BasicOrbit/E2Nu SC: BasicOrbit/El2RV SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/DispWithTitle Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Linear/Cross Math: Linear/DupVect Math: Linear/Unit Math: Trigonometry/WrapPhase
Back to the Missions Module page