-
Hi! I have several questions about using FLROIS.
This wind farm has 20 wind turbines. The questions are: Q1. Can I get the waked wind speed at each turbine (right before each rotor, i.e., before applying the power curve at each turbine) rather than power? It seems we can only get powers at each turbine from Q2. I'd like to calculate waked wind speed at each turbine (like Q1) for each combination of 4 variables (WS, WD, TI, AD) with 100 observations by executing one FLORIS evaluation Q3. Does several wake models used in FLORIS consider the wake effect in the multi-turbine wind farm setting? The reason why I ask is that the turbines affect others and are affected by others complicatedly in the multi-turbine wind farm. As far as I know, the wakes from a single turbine and multi-turbines should behave differently. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
FlorisInterface.floris.flow_field.u_sorted
. If you need the associated locations, you can get those withFlorisInterface.floris.grid.x_sorted
and similar for y and z. See #738 (reply in thread) for a little more explanation. Note that this is the waked wind speed directly, not just the velocity deficit.