Path: StraightLine/ConstantAccel
% Fuel mass for a constant accel/exhaust velocity electric propulsion system.
Assumes constant acceleration with constant exhaust velocity. The power and
thrust will decrease throughout the trajectory. Flyby and stopping are
supported. This uses a straight line model.
Type MassFuelElectricConstantUE for a demo.
--------------------------------------------------------------------------
Form:
d = MassFuelElectricConstantUE; % data structure
dOut = MassFuelElectricConstantUE( d )
--------------------------------------------------------------------------
------
Inputs
------
d (.) Data structure
See StraightLineDataStructure
-------
Outputs
-------
dOut (.) Data structure with additions
.a (1,1) Acceleration (km/s^2)
.lambda (1,1) Payload fraction
.p (1,2) Initial/final Power (W)
.uE (1,2) Exhaust velocity (km/s)
.thrust (1,2) Initial/final Thrust (N)
.mF (1,1) Mass of fuel (kg)
.mE (1,1) Mass of engine (kg)
.mD (1,1) Dry mass (kg)
.dV (1,1) Velocity change (km/s)
--------------------------------------------------------------------------
See also MassFuelElectricConstantPower
--------------------------------------------------------------------------
StraightLine: ConstantAccel/StraightLineConstantAccel
Back to the StraightLine Module page