Skip to content

how to start interfacing with two different turbine models? #250

Answered by bayc
clarissa-eccard asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

The turbine's properties are defined in the input .json file, where you would need to specify the Cp (power), Ct (thrust), and wind speed (wind_speed) tables. You can see our example_input.json for reference here: https://github.com/NREL/floris/blob/main/examples/example_input.json

You can also change turbine properties programatically, as demonstated in the examples here: https://github.com/NREL/floris/tree/main/examples/change_turbine

The latter would be the most useful for your case, as you can define one turbine in the input .json and then update specific turbines to reflect the other turbine type. Using the change_turbine function as shown in the examples, you can also update …

Replies: 1 comment 2 replies

Comment options

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

@clarissa-eccard
Comment options

Answer selected by Bartdoekemeijer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants