Path: StraightLine/SLPowerLimited
% Straight-line, power-limited data structure
Each of dF, tF, Pj, and m0 can be found given the other quantities.
A and tau are outputs of the calculation. The default struct contains a
self-consistent demo.
--------------------------------------------------------------------------
Form:
d = SLPLDataStructure( mDry )
--------------------------------------------------------------------------
------
Inputs
------
mDry (1) Dry mass, optional, for scaling initial m0
-------
Outputs
-------
d (.) Data structure
.dF (1,1) Final distance (km)
.tF (1,1) Final time (s)
.Pj (1,1) Jet power (eta*P, eta*sigma*mE) (W)
.vF (1,1) Final velocity (km/s)
.mD (1,1) Dry mass: Engine, payload, tanks, structure (kg)
.m0 (1,1) Initial (wet) mass (kg)
.A (1,1) Acceleration scale parameter, (m/s^3)
.tau (1,1) Time between turnaround and tF (s)
--------------------------------------------------------------------------
See also: SLPLSolver
--------------------------------------------------------------------------
StraightLine: SLPowerLimited/SLPLSolver Common: Database/Constant
Back to the StraightLine Module page