Skip to content

Commit

Permalink
Update comment on disabled turbines' yaw angles.
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Nov 18, 2024
1 parent 7ad2689 commit 817303b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"\nSerial Refine optimized yaw angles (some turbines disabled) [deg]:\n",
df_opt.yaw_angles_opt
)
# Note that disabled turbines may not have a zero yaw angle, because a disabled turbine's
# yaw angle does not affect the total power output.
# Note that disabled turbines are assigned a zero yaw angle, but their yaw angle is arbitrary as it
# does not affect the total power output.

yaw_opt = YawOptimizationGeometric(fmodel)
df_opt = yaw_opt.optimize()
Expand Down

0 comments on commit 817303b

Please sign in to comment.