ZeroPayloadTime:

Path: StraightLine/ConstantThrust

% Solve for minimum time to achieve a straight-line distance (fzero).
 This is a numerical routine that uses fzero to compute the time corresponding
 to the requested distance, given the engine parameters.
 
 The built-in demo shows several values of uE.
--------------------------------------------------------------------------
   Form:
   tF = ZeroPayloadTime( d )      % struct input
   tF = ZeroPayloadTime( dF, uE, sigma, eta, f )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d           (.)      Engine data struct

   -------
   Outputs
   -------
   tF         (1,1)     Trip time (s)

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

Children:

Common: Database/Constant
Common: Graphics/Plot2D

Back to the StraightLine Module page