Skip to content

Commit

Permalink
update floris example to V4
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrunik committed Oct 25, 2024
1 parent 4cdbaa8 commit e9719f2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 29 deletions.
56 changes: 32 additions & 24 deletions examples/05-floris-wake-model.ipynb

Large diffs are not rendered by default.

22 changes: 17 additions & 5 deletions examples/inputs/floris/gch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: Three turbines using Gauss Curl Hybrid model
###
# The earliest verion of FLORIS this input file supports.
# This is not currently only for the user's reference.
floris_version: v3.0.0
floris_version: v4

###
# Configure the logging level and where to show the logs.
Expand Down Expand Up @@ -70,7 +70,6 @@ farm:
- 0.0
- 630.0
- 1260.0
- 1800.0

###
# Coordinates for the turbine locations in the y-direction which is typically considered
Expand All @@ -81,7 +80,6 @@ farm:
- 0.0
- 0.0
- 0.0
- 0.0

###
# Listing of turbine types for placement at the x and y coordinates given above.
Expand Down Expand Up @@ -113,8 +111,9 @@ flow_field:
reference_wind_height: -1

###
# The level of turbulence intensity level in the wind.
turbulence_intensity: 0.06
# The turbulence intensities to include in the simulation, specified as a decimal.
turbulence_intensities:
- 0.06

###
# The wind directions to include in the simulation.
Expand All @@ -136,6 +135,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 Expand Up @@ -170,6 +178,10 @@ wake:
# Can be "true" or "false".
enable_yaw_added_recovery: true

###
# Can be "true" or "false".
enable_active_wake_mixing: false

###
# Can be "true" or "false".
enable_transverse_velocities: true
Expand Down

0 comments on commit e9719f2

Please sign in to comment.