Path: Orbit/LowEnergyManeuver
% Simulate a low thrust departure from a planet Treat the problem as planar. Creates a plot of the simulated spiral and a time history plot of the delta-V, fuel consumed, and orbit eccentricity. You can add radiation belts to any planet, though not all have radiation belts. The spiral into orbit is the same. % Inputs mu (1,1) Gravitational parameter rI (1,1) Initial radius (km) uE (1,1) Exhaust velocity (m/s) thrust (1,1) Thrust (N) m0 (1,1) Dry mass (kg) mF (1,1) Fuel mass (kg) rB (1,2) Radiation belt start/stop planet (1,:) Planet name % Outputs mX (1,1) Fuel consumed (kg) xP (6,n) State vector [r;v] t (1,n) Time vector corresponding to xP (s) --------------------------------------------------------------------------
AC: ACData/ACTConstants Orbit: OrbitCoord/SLR Orbit: OrbitManeuver/LowThrustEscape Orbit: OrbitMechanics/RVOrbGen SC: BasicOrbit/CP2I SC: BasicOrbit/E2M SC: BasicOrbit/E2Nu SC: BasicOrbit/El2RV SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: BasicOrbit/Nu2E SC: BasicOrbit/Nu2M SC: BasicOrbit/Period SC: BasicOrbit/RV2El SC: SCData/sCTConstants SC: SCMat/EarthMR SC: Visualization/PlotPlanet Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: ComponentModels/Box Common: Database/Constant Common: General/CellToMat Common: General/DeBlankLT Common: General/DeleteCell Common: General/DispWithTitle Common: General/MatToCell Common: General/Watermark Common: Graphics/Axis3D Common: Graphics/DiskWithHole Common: Graphics/DrawVertices Common: Graphics/Ellipsd Common: Graphics/Map Common: Graphics/Mesh2 Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/TimeLabl Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Integration/RK4 Math: Linear/Cross Math: Linear/DupVect Math: Linear/Mag Math: Linear/Unit
Back to the Orbit Module page