Skip to content

Commit

Permalink
Updating input reference guide for multi-dimensional Cp/Ct data
Browse files Browse the repository at this point in the history
  • Loading branch information
bayc committed Oct 26, 2023
1 parent 10120d9 commit 326f1c8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/inputs/gch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ flow_field:
# The wind veer as a constant value for all points in the grid.
wind_veer: 0.0

###
# The conditions that are specified for use with the multi-dimensional Cp/Ct capbility.
# These conditions are external to FLORIS and specified by the user. They are used internally
# through a nearest-neighbor selection process to choose the correct Cp/Ct interpolants
# to use.
multidim_conditions:
Tp: 2.5
Hs: 3.01

###
# Configure the wake model.
wake:
Expand Down
13 changes: 13 additions & 0 deletions floris/turbine_library/nrel_5MW.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,16 @@ power_thrust_table:
- 25.01
- 25.02
- 50.0

###
# A boolean flag used when the user wants FLORIS to use the user-supplied multi-dimensional
# Cp/Ct information.
multi_dimensional_cp_ct: False

###
# The path to the .csv file that contains the multi-dimensional Cp/Ct data. The format of this
# file is such that any external conditions, such as wave height or wave period, that the
# Cp/Ct data is dependent on come first, in column format. The last three columns of the .csv
# file must be 'ws', 'Cp', and 'Ct', in that order. An example of fictional data is given
# at the path below.
power_thrust_data_file: '../floris/turbine_library/iea_15MW_multi_dim_Tp_Hs.csv'

0 comments on commit 326f1c8

Please sign in to comment.