17#ifndef GNCUTILS_STATES_AEROUTILS_H
18#define GNCUTILS_STATES_AEROUTILS_H
#define CartesianVector3
Definition mathmacros.h:43
Definition DeadReckon.cpp:20
int16 calcMachNumber(const clockwerk::CartesianVector< 3 > &v_veh__wind, floating_point speed_of_sound, floating_point &mach)
Calculate Mach number from velocity and speed of sound.
Definition aeroutils.cpp:22
int16 calcSideslipAngle(const clockwerk::CartesianVector< 3 > &v_veh__wind, floating_point &sideslip)
Calculate sideslip angle from beta = asin(vy/v_inf).
Definition aeroutils.cpp:39
int16 calcAngleOfAttack(const clockwerk::CartesianVector< 3 > &v_veh__wind, floating_point &angle_of_attack)
Calculate angle of attack from alpha = atan(vz/vx).
Definition aeroutils.cpp:31