-
Hello everyone. By using the default value for the radius_ratio = 0.5 (line 185), does it mean that the turbine_grid_points (default on gch.yaml file to turbine_grid_points = 3 for the 02_visualization example case) will generate coordinate points to be used by the wake model only in a inner disk of the rotor with radius = 0.5 * rotor radius, right? i.e.: y values of [-0.5rotor_radius, 0, 0.5rotor_radius] and z values [Hub Height - 0.5rotor_radius, Hub Height, Hub Height + 0.5rotor_radius], being disc_grid a meshgrid of these arrays, right? In my case, I'm intending to use more points, turbine_grid_points: 5 ...Would evaluating the grid points within this "inner disk" impact the results of the layout optimization problem underestimating the wake effects on regions of the rotor which radius position excedes 0.5*rotor radius? Would you recommend setting this radius_rate value to 1.0 or something like that when using more points? Thanks in advance! Best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @UnderMou, You're correct, the Is there a reason for using a 5x5 grid on the rotor area instead of the 9x9 grid? Thanks for getting in touch @UnderMou! Rafael |
Beta Was this translation helpful? Give feedback.
Hi @UnderMou,
You're correct, the
radius_ratio
does restrict the grid points used in the wake model to a half-radius disc. @paulf81 do you recall the reason for using 0.5? I do not recall the reasons that led us to stick with the half-radius, but I suspect it will also answer whether there's a real impact on the optimization problems.Is there a reason for using a 5x5 grid on the rotor area instead of the 9x9 grid?
Thanks for getting in touch @UnderMou!
Rafael