Exported Types
Markers for defining the wind direction
An instance of these structs needs to be passed to the functions that calculate the wind direction.
FLORIDyn.Direction_Constant
— TypeDirection_Constant
A marker struct used to represent a constant wind direction.
Example:
dir_mode = Direction_constant()
phi = getWindDirT(dir_mode, 270, [1,2,3], nothing)
FLORIDyn.Direction_Constant_wErrorCov
— TypeDirection_Constant_wErrorCov
A marker struct used to indicate a wind direction that is constant with associated error covariance.
FLORIDyn.Direction_EnKF_InterpTurbine
— TypeDirection_EnKF_InterpTurbine
A marker struct used to indicate the use of direction-aware Ensemble Kalman Filter (EnKF) interpolation for turbine modeling.
FLORIDyn.Direction_Interpolation
— TypeDirection_Interpolation
A marker struct used to represent direction interpolation functionality within the FLORIDyn framework.
FLORIDyn.Direction_Interpolation_wErrorCov
— TypeDirection_Interpolation_wErrorCov
A marker struct representing a direction interpolation method with associated error covariance.
FLORIDyn.Direction_InterpTurbine
— TypeDirection_InterpTurbine
A marker struct used to indicate direction interpolation for turbines.
FLORIDyn.Direction_InterpTurbine_wErrorCov
— TypeDirection_InterpTurbine_wErrorCov
A marker struct used to indicate the use of direction interpolation for turbines with associated error covariance.
FLORIDyn.Direction_RW_with_Mean
— TypeDirection_RW_with_Mean
A marker struct used to indicate the use of a random walk direction model with a mean component.