Replies: 4 comments 1 reply
-
Hi @prith-gs , Thanks for your question! I've checked, and this does still occur in FLORIS v4.1. I believe that the reason for this small deflection even when turbines are aligned is that, when the Cheers, |
Beta Was this translation helpful? Give feedback.
-
Thank you! Because of the rotation of the wind turbine the wakes downstream are always deflected even when an isolated turbine is aligned with the flow, right? In general, the low fidelity models do not account for this effect. Can I say that this accounts for that effect in some way? What do you guys think? |
Beta Was this translation helpful? Give feedback.
-
Hi @prith-gs , I spoke a bit further with @tonyinme about this. Yes, that's essentially right---the rotation of the upstream turbine causes a vortex, which results in a small lateral flow at the rotor. In FLORIS, this lateral flow is modeled by computing an "effective yaw angle" that deflects the wake slightly according to the deflection model. The calculation of the lateral flow component, as well as its representation as an effective yaw angle, are of course very approximate (since we compute the integral of the curl over the rotor disk using a sum over only a handful of grid points); moreover, the lateral velocity at the top and bottom of the rotor do not cancel out exactly because the ground is modeled using a mirror wake in this process (see red circled sentence below, which comes from King et al. (2021)). I hope this helps---@tonyinme, please feel free to correct anything I've said wrong! |
Beta Was this translation helpful? Give feedback.
-
Thanks so much! That cleared things for me. Appreciate the response. :) |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have a simple case with three turbines in FLORIS 3.5.
The turbines are spaced roughly 6 diameters apart and are in line with the flow.
Wind speed = 8 m/s, Wind direction = 180 degrees (south) and the turbines are all in line with the inflow.
I'm using the Jensen Wake velocity model, Gaussian deflection model, SOS superposition model and with secondary steering, yaw added recovery and transverse velocities enabled.
Below, you can see my inputs.
In the jensen.py file in floris/simulation/wake_velocity I added a line to print the deflection_field_i. In line 102, I have added the print command before the calculation begins. I have not modified anything else in the file.
I used the reshape function to change the array with size = [1,1,3,1,1] to size = [3] so that the array is easy to read when it's printed.
Now, I run two cases with the before mentioned three turbines.
Case 1: None of the turbines have any yaw offsets.
Case 2: The first turbine is yawed by 20 degrees
Below is the script I'm running.
Line 10: I'm loading the input file
Line 14: Case 1 with no yaw offsets
Line 19: Case 2 with the first turbine yawed by 20 degrees
and below is the output
Why does case 1 when the turbines are not yawed has a non-zero deflection field?
Is my understanding of secondary steering wrong? or is this a bug?
I'm not sure if this happens in the later versions of FLORIS (> 3.5). Looking forward to your response.
Beta Was this translation helpful? Give feedback.
All reactions