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_ConstantType
Direction_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)
source