Path: Orbit/OrbitSim
% Simulate low thrust spacecraft.
--------------------------------------------------------------------------
Form:
[dV, tDuration] = LowThrustSim( a0, aF, uE, thrust, m0, mu )
--------------------------------------------------------------------------
------
Inputs
------
a0 (1) Initial semimajor axis
aF (1) Final semimajor axis
uE (1) Exhaust velocity
thrust (1) Thrust
m0 (1) Initial mass
mu (1) Gravitational parameter
* includes demo
-------
Outputs
-------
dV (1) Total delta-V expended
tDuration (1) Time to reach aF
--------------------------------------------------------------------------
See also LTSpiral and FOrbLTE.
--------------------------------------------------------------------------
Orbit: OrbitCoord/RV2AE Orbit: OrbitManeuver/LTSpiral Orbit: RHSOrbit/FOrbLTE SC: SCMat/EarthMR SC: Visualization/PlotPlanet Common: Graphics/Plot2D Common: Graphics/Plot3D Common: Graphics/TimeLabl Math: Linear/Mag
Back to the Orbit Module page