Skip to content

Adding a new turbine #479

Answered by bayc
moptis asked this question in Q&A
Aug 2, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Yes! You can use the !include functionality in your input file to specify a path to a turbine definition file. Within the farm section of the input file, where turbine_type is specified, you would use !include like:

farm:
  layout_x:
  - 0.0
  layout_y:
  - 0.0
  turbine_type:
  - !include /path/to/turbine/definition/custom_turbine.yaml

Note, you need to specify the full file name, including the .yaml. Also, relative paths work, relative to where your input file is stored.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by rafmudaf
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