Skip to content

fi.floris.turbine_map equivalent in v3 #320

Answered by rafmudaf
vijay092 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @vijay092

In v3, we've moved from having a instance of the Turbine class for each turbine in the wind plant to having a turbine definition and using that along with the conditions at the turbine to calculate the performance quantities. You can use the functions in src/floris/simulation/turbine.py for power, Ct, axial induction, and average velocity. Moving these out of the turbine class allows for a much more efficient computation.

We don't have a formal example for this yet, but a pattern is included in the regression tests:
https://github.com/NREL/floris/blob/v3/tests/reg_tests/jensen_jimenez_regression_test.py#L111

Does this answer your question?

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@vijay092
Comment options

@rafmudaf
Comment options

Answer selected by vijay092
Comment options

You must be logged in to vote
2 replies
@bayc
Comment options

bayc Feb 18, 2022
Maintainer

@vijay092
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
v3 Label to denote focus on v3
3 participants