Skip to content

Commit

Permalink
Bugfix/floris standin (#101)
Browse files Browse the repository at this point in the history
* bug fix for operation model name

* Add enable_active_wake_mixing flag to default_floris_dict.

---------

Co-authored-by: misi9170 <michael.sinner@nrel.gov>
  • Loading branch information
brookeslawski and misi9170 authored Apr 9, 2024
1 parent 070423f commit 0940dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hercules/floris_standin.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def construct_floris_from_amr_input(amr_wind_input):
ref_air_density=ref_air_density,
generator_efficiency=1.0,
)
turb_dict["power_thrust_model"] = "mixed"
turb_dict["operation_model"] = "mixed"

# load a default model
fmodel = FlorisModel(default_floris_dict)
Expand Down Expand Up @@ -317,6 +317,7 @@ def launch_floris(amr_input_file, amr_standin_data_file=None):
"enable_secondary_steering": True,
"enable_yaw_added_recovery": True,
"enable_transverse_velocities": True,
"enable_active_wake_mixing": False,
"wake_deflection_parameters": {
"gauss": {
"ad": 0.0,
Expand Down

0 comments on commit 0940dc8

Please sign in to comment.