Skip to content

Axial Induction formulation in FLORIS #1010

Answered by misi9170
windexplorer21 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @windexplorer21 ,

Thanks for the question and for trying to take a look at it yourself! The axial induction calculations are buried fairly far down in the code, on operation_models.py.

There, you'll see that there are various different turbine operation models, each of which can implement its own calculation of the axial induction factor in its axial_induction() method. For example, here is the axial induction calculation for the SimpleTurbine operation model. You'll see that the axial_induction() method first calls thrust_coefficient() to get the thrust coefficient value, and then computes the axial induction factor from that.

Cheers,
Misha

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by misi9170
Comment options

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

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