floris.core.wake_combination.max#
Classes
|
MAX uses the maximum wake velocity deficit to add to the base flow field. |
- class floris.core.wake_combination.max.MAX[source]#
MAX uses the maximum wake velocity deficit to add to the base flow field. For more information, refer to [1].
- References:
- [1] (1,2,3)
Kester Gunn, Clym Stock-Williams, M Burke, Richard Willden, C Vogel, W Hunter, T Stallard, N Robinson, and SR Schmidt. Limitations to the validity of single wake superposition in wind farm yield assessment. In Journal of Physics: Conference Series, number 1. IOP Publishing: Conference Series, 2016.
- function(wake_field, velocity_field)[source]#
Incorporates the velocity deficits into the base flow field by selecting the maximum of the two for each point.
- Args:
u_field (np.array): The base flow field. u_wake (np.array): The wake to apply to the base flow field.
- Returns:
- np.array: The resulting flow field after applying the wake to the
base.
- Parameters:
wake_field (ndarray) --
velocity_field (ndarray) --