Skip to content

Help for details on the use of the YawOptimizationSR class (Serial-Refine). #1057

Discussion options

You must be logged in to vote

Hi,

We have not clearly separated a single "Refine" step in the code. Actually, you can have as many refine steps as you'd like! For example, you can do Ny_passes = [3, 4] but you could also do Ny_passes = [3, 4, 4]. Then the explored spaces are:

  1. First step, it would explore [-15.0, 0.0, +15.0]. Let's say 0 gives the highest power. Then,
  2. Second step it would explore [-7.5, -3.75, 0.0, 3.75, 7.5]. If the optimal is 3.75, Then
  3. Third step would explore [1.875, 2.8125, 3.75, 4.6875, 5.625].

Don't pin me down on the exact values, but you get the gist.

In the FLORIS code, the refinement explored space is generated for a single turbine and for a single findex here:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CaiZhiming-HHU
Comment options

Answer selected by CaiZhiming-HHU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants