|
Vulcan
Aerospace Engineering Utilities Built on Janus
|
3D wind velocity in NED frame More...
#include <WindTypes.hpp>
Public Member Functions | |
| Scalar | horizontal_speed () const |
| Magnitude in horizontal plane. | |
| Scalar | speed () const |
| Total magnitude. | |
| Scalar | direction_from () const |
Public Attributes | |
| Scalar | north |
| North component [m/s]. | |
| Scalar | east |
| East component [m/s]. | |
| Scalar | down |
| Down component [m/s]. | |
3D wind velocity in NED frame
Wind components represent the velocity of the air mass relative to the Earth. Positive North = wind blowing from South to North Positive East = wind blowing from West to East Positive Down = wind blowing upward (rare, usually near-zero)
|
inline |
Direction wind is coming FROM (meteorological convention) Returns angle in radians from North, clockwise positive
|
inline |
Magnitude in horizontal plane.
|
inline |
Total magnitude.
| Scalar vulcan::wind::WindVector< Scalar >::down |
Down component [m/s].
| Scalar vulcan::wind::WindVector< Scalar >::east |
East component [m/s].
| Scalar vulcan::wind::WindVector< Scalar >::north |
North component [m/s].