Skip to content

Can Floris be used to calculate AEP in 2D? #273

Discussion options

You must be logged in to vote

Hi Victor,

Indeed, FLORIS by default calculates the wind speed at every rotor for 25 points. We do this to ensure accuracy, since the wind speed may vary significantly across the rotor. However, for your purposes, you can reduce this to a single point to speed up your computations. You can do this by changing the ngrid parameter in your .json file:

"ngrid": 1,

which effectively yields a 1 x 1 grid, thus one rotor point.

There are a number of additional steps you can take to speed-up your code. Firstly, you can consider the suggestion made in this discussion post if you are not interested in wake deflection. Secondly, you can also parallelize your code using mpi4py or multiprocessing.

Als…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@victormendoza1983
Comment options

Answer selected by rafmudaf
Comment options

You must be logged in to vote
0 replies
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