Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
vulcan::wind::WindVector< Scalar > Struct Template Reference

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].

Detailed Description

template<typename Scalar>
struct vulcan::wind::WindVector< Scalar >

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)

Member Function Documentation

◆ direction_from()

template<typename Scalar>
Scalar vulcan::wind::WindVector< Scalar >::direction_from ( ) const
inline

Direction wind is coming FROM (meteorological convention) Returns angle in radians from North, clockwise positive

◆ horizontal_speed()

template<typename Scalar>
Scalar vulcan::wind::WindVector< Scalar >::horizontal_speed ( ) const
inline

Magnitude in horizontal plane.

◆ speed()

template<typename Scalar>
Scalar vulcan::wind::WindVector< Scalar >::speed ( ) const
inline

Total magnitude.

Member Data Documentation

◆ down

template<typename Scalar>
Scalar vulcan::wind::WindVector< Scalar >::down

Down component [m/s].

◆ east

template<typename Scalar>
Scalar vulcan::wind::WindVector< Scalar >::east

East component [m/s].

◆ north

template<typename Scalar>
Scalar vulcan::wind::WindVector< Scalar >::north

North component [m/s].


The documentation for this struct was generated from the following file: