Path: StraightLine/SLPowerLimited
% Print a summary of an SLPL problem
tau is the time in the second half of the trajectory, between the turnaround
and tF. It is zero for a flyby, tF/2 for a rendezvous, and a value inbetween
gives a non-zero final velocity.
--------------------------------------------------------------------------
Form:
[s,dOut] = SLPLReport( Pj, m0, tF, A, tau )
[s,dOut] = SLPLReport( Pj, m0, tF, A, tau, sigma, f, doPlot )
--------------------------------------------------------------------------
------
Inputs
------
Pj (1,1) Jet power (eta*P, eta*sigma*mE) (W)
m0 (1,1) Initial (wet) mass (kg)
tF (1,1) Final time (s)
A (1,1) Acceleration scale parameter, (m/s^3)
tau (1,1) Time between turnaround and tF (s)
sigma (1,1) Specific power (W/kg)
f (1,1) Tank mass fraction, mTank = f*mF
doPlot (1,1) Always display output
-------
Outputs
-------
s {} Latex report
dOut (.) Output data structure
--------------------------------------------------------------------------
StraightLine: SLPowerLimited/SLPLDeltaV StraightLine: SLPowerLimited/SLPLTrajectory Common: Database/Constant Common: General/DisplayLatexTable Common: Graphics/DistanceLabel Common: Graphics/NewFig Common: Graphics/TimeLabl
Back to the StraightLine Module page