Acceleration due to atmospheric drag
[acc] = CL_fo_dragAcc(vel, rho, coefd)
Perturbing acceleration (relative to an inertial frame) due to atmospheric drag.
It is parallel to the velocity vector (opposite direction), and is proportional to the velocity norm squared.
The drag coefficient (coefd) is defined by: coefd = cd * area / mass (with cd around 2.7).
Notes:
- The velocity vector (vel) is the velocity relative to the atmosphere.
- The coordinates frame can be any frame.
See Force models for more details.
Velocity vector (relative to the atmosphere) [m/s]. (3xN or 3x1)
Density of the atmosphere [kg/m^3]. (1xN or 1x1)
Drag coefficient (cd*area/mass) [m^2/kg]. (1xN or 1x1)
Acceleration [m/s^2]. (3xN)
CNES - DCT/SB