From 817303bcf7e331781d3f4ad54e62536d36271401 Mon Sep 17 00:00:00 2001 From: misi9170 Date: Mon, 18 Nov 2024 13:23:53 -0700 Subject: [PATCH] Update comment on disabled turbines' yaw angles. --- .../008_optimize_yaw_with_disabled_turbines.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/examples_control_optimization/008_optimize_yaw_with_disabled_turbines.py b/examples/examples_control_optimization/008_optimize_yaw_with_disabled_turbines.py index 95764e9e0..bd4d80b7b 100644 --- a/examples/examples_control_optimization/008_optimize_yaw_with_disabled_turbines.py +++ b/examples/examples_control_optimization/008_optimize_yaw_with_disabled_turbines.py @@ -40,8 +40,8 @@ "\nSerial Refine optimized yaw angles (some turbines disabled) [deg]:\n", df_opt.yaw_angles_opt ) -# Note that disabled turbines may not have a zero yaw angle, because a disabled turbine's -# yaw angle does not affect the total power output. +# Note that disabled turbines are assigned a zero yaw angle, but their yaw angle is arbitrary as it +# does not affect the total power output. yaw_opt = YawOptimizationGeometric(fmodel) df_opt = yaw_opt.optimize()