DVForTime:

Path: StraightLine/Straight2D

% Straight-line DV given payload, power and engine properties
 Also calculates the maximum DV achievable for the given time.
--------------------------------------------------------------------------
   Form:
   [DV,limit] = DVForTime(power, d)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   power      (1,1)     Power (W)
   d           (.)      Engine data struct

   -------
   Outputs
   -------
   DV         (1,1)     Delta-V (km/s)
   limit      (1,1)     Limit of DV (km/s)
 
--------------------------------------------------------------------------
  See also: DVLimit
--------------------------------------------------------------------------

Children:

StraightLine: Straight2D/DVLimit
StraightLine: Straight2D/EngineThrust
StraightLine: Straight2D/Straight2DStructure
Common: Graphics/Plot2D

Back to the StraightLine Module page