Skip to content

Commit

Permalink
Require setting the atmospheric conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Dec 10, 2024
1 parent 309f535 commit 69a6dd9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions floris/default_inputs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

default_inputs = {
"name": "FLORIS defaults",
"description": "Gauss-Curl hybrid model (GCH), 1 turbine, 8 m/s, 270 deg, 10% TI",
"description": "Gauss-Curl hybrid model (GCH) default inputs",
"floris_version": "v4",

"logging": {
Expand Down Expand Up @@ -29,15 +29,11 @@
"flow_field": {
"air_density": 1.225,
"reference_wind_height": -1,
"turbulence_intensities": [0.06],
"wind_directions": [270.0],
"turbulence_intensities": [],
"wind_directions": [],
"wind_shear": 0.12,
"wind_speeds": [8.0],
"wind_speeds": [],
"wind_veer": 0.0,
"multidim_conditions": {
"Tp": 2.5,
"Hs": 3.01
}
},

"wake": {
Expand Down

0 comments on commit 69a6dd9

Please sign in to comment.