Skip to content

Bug in yaw_optimizer_geometric.py #1138

@ziyuwind

Description

@ziyuwind

In yaw_optimizer_geometric.py, there is a bug:
"in_Jensen_wake = (abs(y_dists) < spread * x_dists + rotor_diameter)"

According to the Stanely et al. (2023) https://wes.copernicus.org/articles/8/1341/2023/,
it should be "in_Jensen_wake = (abs(y_dists) < spread * x_dists + rotor_diameter/2.)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions