Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
ConstantWind.hpp File Reference
Include dependency graph for ConstantWind.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vulcan
namespace  vulcan::constant_wind

Functions

template<typename Scalar>
wind::WindVector< Scalar > vulcan::constant_wind::from_ned (const Scalar &north, const Scalar &east, const Scalar &down=Scalar(0))
 Create constant wind from NED components.
template<typename Scalar>
wind::WindVector< Scalar > vulcan::constant_wind::from_speed_direction (const Scalar &speed, const Scalar &direction_from)
 Create constant wind from speed and direction.