Skip to content

Commit

Permalink
Clean up example_05, wind files
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind authored and nikhar-abbas committed Jun 29, 2021
1 parent 5f7c02c commit 560dc5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Examples/example_05.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
Notes - You will need to have a compiled controller in ROSCO, and
properly point to it in the `lib_name` variable.
- Using wind speed estimators in this simple simulation is
known to cause problems. We suggesting using WE_Mode = 0 in DISCON.IN.
known to cause problems. We suggesting using WE_Mode = 0 in DISCON.IN
or increasing sampling rate of simulation
'''
# Python modules
import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion Tune_Cases/NREL5MW.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ controller_params:
WE_Mode: 2 # Wind speed estimator mode {0: One-second low pass filtered hub height wind speed, 1: Immersion and Invariance Estimator (Ortega et al.)}
PS_Mode: 1 # Pitch saturation mode {0: no pitch saturation, 1: peak shaving, 2: Cp-maximizing pitch saturation, 3: peak shaving and Cp-maximizing pitch saturation}
SD_Mode: 0 # Shutdown mode {0: no shutdown procedure, 1: pitch to max pitch at shutdown}
Fl_Mode: 1 # Floating specific feedback mode {0: no nacelle velocity feedback, 1: nacelle velocity feedback}
Fl_Mode: 0 # Floating specific feedback mode {0: no nacelle velocity feedback, 1: nacelle velocity feedback}
Flp_Mode: 0 # Flap control mode {0: no flap control, 1: steady state flap angle, 2: Proportional flap control}
# Controller parameters
zeta_pc: 0.7 # Pitch controller desired damping ratio [-]
Expand Down

0 comments on commit 560dc5f

Please sign in to comment.