WindMsgPayload

struct WindMsgPayload
#include <WindMsgPayload.h>

Local atmospheric velocity information in inertial frame N.

v_air_N is the full air-mass velocity used for aerodynamic relative velocity calculations. v_wind_N is the wind-only contribution, excluding any background co-rotating atmosphere.

When a co-rotating atmosphere assumption is used:

v_air_N = (omega_planet_N x r_N) + v_wind_N

Public Members

double v_air_N[3]

[m/s] Full local air velocity in frame N.

double v_wind_N[3]

[m/s] Wind perturbation in frame N, not including atmospheric co-rotation.