Skip to content

[Performance] Improved FLORIS interface #25

@MarcusBecker-GitHub

Description

@MarcusBecker-GitHub

FLORIS recently explored GPU parallelization with improved performance for large wind farms.
This begs the question, if maybe the FLORIS internal engine is better optimized to run multiple small wind farms in one simulation, rather than running multiple simulations of the same wind farm.
To this end, the following actions are proposed:

  • Check if FLORIS deals better with a large number of small wind farms in one simulation than multiple simulations of one wind farm
  • Add consistent performance logging to get a better overview of where the time is spent.
  • Move the turbine interaction loop calculation to the wake solver. This reduces the complexity of the main loop and offers more flexibility to the wake solver, but might interfere with current code extensions.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions