Path: StraightLine/Rectilinear
% Compute the time to reach a given velocity. -------------------------------------------------------------------------- Form: t = TimeToVelocity( thrust, massDry, massFuel, uE, u, u0 ) -------------------------------------------------------------------------- ------ Inputs ------ thrust (1,1) Thrust (N) massDry (1,1) Dry mass (kg) massFuel (1,1) Fuel mass (kg) uE (1,1) Exhaust velocity (m/s) u (1,1) Final velocity (m/s) u0 (1,1) Initial velocity (m/s), defaults to 0 ------- Outputs ------- t (1,1) Time (s) --------------------------------------------------------------------------
Common: Database/Constant Common: Graphics/TimeLabl Common: Graphics/VelocityLabel
Back to the StraightLine Module page