Perform a helicocentric simulation from one circular orbit to another.
------------------------------------------------------------------------
See also LowThrustSim., Constant, UE, Planets
------------------------------------------------------------------------
uE = 20*1000;
thrust = 0.4;
p = Planets( 'rad', [3 4] );
aU = Constant('au');
muSun = Constant('mu sun');
aEarth = aU*p.a(1);
aMars = aU*p.a(2);
m0 = 127;
[dV, tDuration] = LowThrustSim( aEarth, aMars, uE, thrust, m0, muSun )
dV =
4.7963
tDuration =
3.1173e+06