Skip to content

Commit

Permalink
move into seperate folder to exclude from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Oct 8, 2024
1 parent 0efeb5d commit 63a1050
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
File renamed without changes.
90 changes: 90 additions & 0 deletions benchmarks/data/input_full.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@

name: test_input
description: Single turbine for testing
floris_version: v4

logging:
console:
enable: false
level: WARNING
file:
enable: false
level: WARNING

solver:
type: turbine_grid
turbine_grid_points: 3

farm:
layout_x:
- 0.0
layout_y:
- 0.0
turbine_type:
- nrel_5MW

flow_field:
air_density: 1.225
reference_wind_height: 90.0
turbulence_intensities:
- 0.06
wind_directions:
- 270.0
wind_shear: 0.12
wind_speeds:
- 8.0
wind_veer: 0.0

wake:
model_strings:
combination_model: sosfs
deflection_model: gauss
turbulence_model: crespo_hernandez
velocity_model: gauss

enable_secondary_steering: true
enable_yaw_added_recovery: true
enable_active_wake_mixing: true
enable_transverse_velocities: true

wake_deflection_parameters:
gauss:
ad: 0.0
alpha: 0.58
bd: 0.0
beta: 0.077
dm: 1.0
ka: 0.38
kb: 0.004
jimenez:
ad: 0.0
bd: 0.0
kd: 0.05

wake_velocity_parameters:
cc:
a_s: 0.179367259
b_s: 0.0118889215
c_s1: 0.0563691592
c_s2: 0.13290157
a_f: 3.11
b_f: -0.68
c_f: 2.41
alpha_mod: 1.0
gauss:
alpha: 0.58
beta: 0.077
ka: 0.38
kb: 0.004
jensen:
we: 0.05
turboparkgauss:
A: 0.04
include_mirror_wake: True

wake_turbulence_parameters:
crespo_hernandez:
initial: 0.01
constant: 0.9
ai: 0.83
downstream: -0.25

0 comments on commit 63a1050

Please sign in to comment.