ZeroPayloadFlyby:

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 = 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)

--------------------------------------------------------------------------

Children:

StraightLine: Flyby/FlybyConstantThrust
StraightLine: Straight2D/Straight2DStructure
Common: Database/Constant

Back to the StraightLine Module page