ComputeDuration:

Path: StraightLine/ConstantThrust

% Compute straight-line duration given power and distance (analytic)
 Has a built-in demo for Jupiter.
--------------------------------------------------------------------------
   Form:
   [tau,thrust,data] = ComputeDuration( power, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   power   (1,:)   Power (W), may be an array
   d        (.)    Engine data structure

   -------
   Outputs
   -------
   tau     (1,:)   Trip time (s)
   thrust  (1,1)   Engine thrust (N)
   data     (.)    Engine report   

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

Children:

StraightLine: ConstantThrust/EngineReport
StraightLine: ConstantThrust/EngineThrust
StraightLine: ConstantThrust/Straight2DStructure
Common: Database/Constant

Back to the StraightLine Module page