ZeroPayloadDistance:

Path: StraightLine/ConstantThrust

% Maximum straight-line distance achievable in specified time.
 This is an analytic solution to compute the maximum distance achievable
 for constant thrust, given the engine parameters. Its equivalent to just
 getting the engine to that distance, without any additional payload.

 The built-in demo shows the maximum distance for several values of exhaust
 velocity over 10 years.
--------------------------------------------------------------------------
   Form:
   dMax = ZeroPayloadDistance( d )      % struct input
   dMax = ZeroPayloadDistance( tF, uE, sigma, eta, f )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d           (.)      Engine data struct
                        .tF    (1,1)  Final time (s)
                        .uE    (1,1)  Exhaust velocity (km/s)
                        .sigma (1,1)  Specific power (W/kg)
                        .eta   (1,1)  Engine efficiency
                        .f     (1,1)  Tank fraction

   -------
   Outputs
   -------
   dMax       (1,1)     Distance

--------------------------------------------------------------------------
 See also: ZeroPayloadTime
--------------------------------------------------------------------------

Children:

Common: Database/Constant
Common: Graphics/Plot2D

Back to the StraightLine Module page