From 0940dc8a341767f82c72cacc57d09400c753cad2 Mon Sep 17 00:00:00 2001 From: Brooke Stanislawski <34248707+brookeslawski@users.noreply.github.com> Date: Tue, 9 Apr 2024 07:59:08 -0600 Subject: [PATCH] Bugfix/floris standin (#101) * bug fix for operation model name * Add enable_active_wake_mixing flag to default_floris_dict. --------- Co-authored-by: misi9170 --- hercules/floris_standin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hercules/floris_standin.py b/hercules/floris_standin.py index 96832df2..1621c3c2 100644 --- a/hercules/floris_standin.py +++ b/hercules/floris_standin.py @@ -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) @@ -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,