-
Hi @ebranlard I compiled the Aerodyn_driver code and ran the ad_MultipleHAWT test with OLAF method. There are some questions I would like to ask you: 1.I have found by simulating multiple turbines that the vortex filaments produced by different turbines that are closer to each other will deform. I'm guessing that you must have considered the vortex systems produced by different turbines inducing each other. Is that correct? 2.If mutual induction between different turbines is taken into account, then the vortex filaments produced by different turbines will also have an effect on the bound circulation on the blades of other turbines, which is also taken into account right? 3.I found that I only needed to enter more geometry, motion, and other information about the turbines in the input file to complete the construction of a multi-unit wind farm. I would like to ask how this is achieved that the vortex systems generated by different turbines can be induced to each other across the field? Thanks a lot. Roby |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hi, The short answer to all your questions, is that indeed OLAF considers all the vorticity at once, should it come from one or multiple rotors. All the vortex filaments (from all the rotors) influence each other, and each blade will feel the influences of all the vortex filaments (including other blades and other turbines wakes). You could simulate wind farms as well with the AeroDyn driver, it willl be slightly expensive (due to the long wake required), but it's possible. It is important to note that our vortex filament method does not account for viscosity fully, and therefore, far wakes might not be accurate. If you have turbulence, this lack of diffusion is not as problematic as the meandering of the wake will be the primary effect. (see the OLAF documentation guidelinesfor more details) So th answers are:
I hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Hi ebranlard I'm trying to understand exactly what is meant for the division of the wake panels, do you see if I'm understanding correctly? 1.The NWFree consider real-time induced velocities for all shedding and trailing vortex, including vortex core growth models. Perhaps there are vortex models such as vortex stretching? 2.NWFrozen is after a certain amount of NWFree panels is reached, this velocity becomes the then-last-minute velocity for convection, and the vortex core growth model is no longer considered? The velocity due to the NWFrozen panels does not change after NWFree? 3.Is the FWFree to continue to consider the vortex core growth model after the end of the NWFrozen at the same velocity as the NWFree and solve for the induced velocity? At this point, only the tip vortex filament and the root vortex filament (trailing vortex) are considered, and is that where these two vortex filaments are generated at the tip and root of the blade? Are their vortices redistributed or are the original NWFree circulation corresponding to the tip and root used directly? 4.FWFrozen is the continuation of convection at an average velocity after a certain number of FWFree panels have been reached, how are the velocities behind this affected? I'm not sure if I'm understanding this correctly, perhaps you could inform me how it is taken into account in the recalculation of the induced velocities of the different wake panels once they reach a certain number? Thank you so much! Roby |
Beta Was this translation helpful? Give feedback.
-
Hi @ebranlard In the Aerodyn_driver module, the ad_MultipleHAWT test, if wakemethod selects 1=BEMT or 2=DBEMT, how is the induced velocity of the downstream turbine taken into account? How is the downstream turbine affected by the wake flow of the upstream turbine? As far as I understand, the BEM cannot solve for the velocity field for the time being but rather updates the blade induced velocities through the induction factor. Thanks! Roby |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hi,
The short answer to all your questions, is that indeed OLAF considers all the vorticity at once, should it come from one or multiple rotors. All the vortex filaments (from all the rotors) influence each other, and each blade will feel the influences of all the vortex filaments (including other blades and other turbines wakes).
You could simulate wind farms as well with the AeroDyn driver, it willl be slightly expensive (due to the long wake required), but it's possible. It is important to note that our vortex filament method does not account for viscosity fully, and therefore, far wakes might not be accurate. If you have turbulence, this lack of diffusion is not as problematic as the …