Path: StraightLine/ConstantThrust
% Distance traveled in time for straight-line constant thrust. This is an analytic solution. -------------------------------------------------------------------------- Form: [dF,v,vS,tS] = TripDistance( thrust, d ) -------------------------------------------------------------------------- ------ Inputs ------ thrust (1,1) Thrust (N) d (.) Engine data struct ------- Outputs ------- dF (1,1) Distance v (1,1) Final velocity vS (1,1) Switch velocity tS (1,1) Switch time --------------------------------------------------------------------------
StraightLine: ConstantThrust/EngineMass StraightLine: ConstantThrust/Straight2DStructure Common: Database/Constant
Back to the StraightLine Module page