ssapy_toolkit.Accelerations.accel_velocity

ssapy_toolkit.Accelerations.accel_velocity(v, thrust_mag)[source]

Thrust acceleration in the direction of velocity.

Parameters:
  • v (array_like, shape (3,)) – Velocity vector in m/s.

  • thrust_mag (float) – Thrust magnitude in m/s^2.

Returns:

  • a_thrust (ndarray, shape (3,)) – Thrust acceleration vector.

  • Author (Travis Yeager)