Path: StraightLine/ConstantThrust
% Compute payload fraction given time, distance, and uE (analytic)
This is for a straight-line, constant-thrust problem. The delta-V is also
independent of power or payload mass and is an available output. If the
distance is not achievable the function throws a warning.
--------------------------------------------------------------------------
Form:
[lambda,alpha,dV] = ComputePayloadFraction( d, quiet )
--------------------------------------------------------------------------
------
Inputs
------
d (.) Engine data structure
See Straight2DStructure
quiet (1) Boolean. If true, will suppress the warning
-------
Outputs
-------
lambda (1,1) Payload fraction, mPL/m0
alpha (1,1) Payload/power ratio, mPL/P (kg/W)
dV (1,1) Total delta-velocity (km/s)
--------------------------------------------------------------------------
StraightLine: ConstantThrust/Straight2DStructure StraightLine: ConstantThrust/ZeroPayloadDistance Common: Database/Constant
Back to the StraightLine Module page