WIP: Fitch wind farm parametrization #1413
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces the Fitch parametrization for wind farms
Fitch model 2012
This parametrization for wind farms involves adding source terms to update the x and y velocities as well the turbulent kinetic energy in the mesh cells where the wind turbines are located.
Source/WindFarmParametrization/Fitch
contains the Fitch model source terms. The paramterization is a runtime option -windfarm_type
. Additional parametrizations will be added later.An example is provided in
Exec/Fitch
. The turbine locations are in the attached figure and the movie shows the evolution of the velocity magnitude at the hub height of the turbines ofz=100 m
. All other features such as dissipation and turbulence have been turned off ininputs_Fitch
to demonstrate the feature.To do: