Skip to content

Commit

Permalink
Fix tests: 5MW U_pc and 06 example dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Jul 1, 2021
1 parent ed054d9 commit bd78d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Examples/example_06.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@


this_dir = os.path.dirname(os.path.abspath(__file__))
example_out_dir = os.path.join(this_dir,'examples_out')

# Load yaml file
parameter_filename = os.path.join(os.path.dirname(this_dir), 'Tune_Cases', 'IEA15MW.yaml')
Expand Down
2 changes: 1 addition & 1 deletion Tune_Cases/NREL5MW.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ controller_params:
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
U_pc: [12,18]
U_pc: [12]
zeta_pc: [0.7] # Pitch controller desired damping ratio [-]
omega_pc: [0.5] # Pitch controller desired natural frequency [rad/s]
zeta_vs: 0.7 # Torque controller desired damping ratio [-]
Expand Down

0 comments on commit bd78d4a

Please sign in to comment.