Skip to content

Commit

Permalink
Squashed 'ROSCO/' changes from e7e10e66..e86b860d
Browse files Browse the repository at this point in the history
e86b860d delete extra F_FlpCornerFrerq

git-subtree-dir: ROSCO
git-subtree-split: e86b860da73ac815377bf3cd12372fd655f35dfb
  • Loading branch information
nikhar-abbas committed Feb 22, 2022
1 parent 8adae00 commit d3ac52c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ROSCO_toolbox/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ def DISCON_dict(turbine, controller, txt_filename=None):
DISCON_dict['F_SSCornerFreq'] = controller.f_ss_cornerfreq
DISCON_dict['F_FlHighPassFreq'] = controller.f_fl_highpassfreq
DISCON_dict['F_FlCornerFreq'] = [controller.ptfm_freq, 1.0]
DISCON_dict['F_FlpCornerFreq'] = [turbine.bld_flapwise_freq*1/3, 1.0]
# ------- BLADE PITCH CONTROL -------
DISCON_dict['PC_GS_n'] = len(controller.pitch_op_pc)
DISCON_dict['PC_GS_angles'] = controller.pitch_op_pc
Expand Down

0 comments on commit d3ac52c

Please sign in to comment.