Path: StraightLine/Flyby
% Compute the zero payload flyby distance for duration, or time for distance
The zero payload flyby distance is independent of power, depending only on
time and the engine parameters. If requested, the zero payload time is
computed numerically to achieve d.dF.
--------------------------------------------------------------------------
Form:
[dZero,tZero] = ZeroPayloadFlyby( d, tau )
--------------------------------------------------------------------------
------
Inputs
------
d (.) Straight 2D structure
.dF Distance (km)
.tF Time (s)
tau (1,1) Duration (s), optional, overrides d.tF
-------
Outputs
-------
dZero (1,1) Distance (km)
tZero (1,1) Time (s)
--------------------------------------------------------------------------
StraightLine: ConstantThrust/Straight2DStructure StraightLine: Flyby/FlybyConstantThrust Common: Database/Constant
Back to the StraightLine Module page