Hi,
I'm working on an aero project on MotionView.
I need to return the incidence angle for a lift force calculation.
The incidence angle is the angle between the Chord line of my aerodynamics profil (represented by one of the direction of a marker in my model) and the vector of his relative velocity, Vr.
To calculate Vr, I return the Vx, Vy and Vz velocity amplitudes of my marker linked to my profil body and ad a wind value in the x direction :
Vx_relative = Vx + Vwind
Vy_relative = Vy
Vz_relative = Vz
Do you know how can i have this velocity vector ?
I didn't manage to give solver variable values to a Vector entity : "Error"
Thanks in advance,
Thomas