SolveLambdaFlyby:

Path: StraightLine/Flyby

% Compute the payload fraction for a straight-line flyby (fminbnd).
 This for a constant thrust, constant exhaust velocity rocket. Computes
 the payload remaining at a given distance. For a flyby, this is a simple
 bounded problem using the distance equation. From here, the power or
 payload mass can each be found from the other, and they are proportional
 to each other.

 The distance must be less than the "zero payload distance".
--------------------------------------------------------------------------
   Form:
   [lambda,alpha,muF] = SolveLambdaFlyby( d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d        (.)    Engine data structure
                      See Straight2DStructure
                      .uE
                      .eta
                      .sigma
                      .f
                      .dF
                      .tF

   -------
   Outputs
   -------
   lambda   (1,1) Payload fraction, mPL/m0
   alpha    (1,1) Payload/power ratio, mPL/P (kg/W)
   muF      (1,1) Fuel mass fraction, mF/m0

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

Children:

StraightLine: ConstantThrust/Straight2DStructure
StraightLine: Flyby/ZeroPayloadFlyby
Common: Database/Constant

Back to the StraightLine Module page