Add a turbulent wind field based on https://github.com/OpenSourceAWE/AtmosphericModels.jl .
Idea:
- Define inflow velocity, turbulence intensity, vertical wind profile and wind direction
- a function to determine the wind vector as function of x,y,z and t exists
- write a function to determine the rotor effective wind speed as function of x,y,z,t and the rotor radius
- do the same for the wind direction
- do the same for the turbulence intensity
- allow the inflow velocity to be a function of the time
Add a turbulent wind field based on https://github.com/OpenSourceAWE/AtmosphericModels.jl .
Idea: