Skip to content

Commit

Permalink
Remove sine pitch excitation for induction capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Feb 14, 2020
1 parent a5d9d0e commit 2e35708
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions ROSCO_toolbox/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,6 @@ def write_param_file(self, turbine, controller, param_file='DISCON.IN', txt_file
file.write('{:<014.5f} ! PC_RefSpd - Desired (reference) HSS speed for pitch controller, [rad/s].\n'.format(turbine.rated_rotor_speed*turbine.Ng))
file.write('{:<014.5f} ! PC_FinePit - Record 5: Below-rated pitch angle set-point, [rad]\n'.format(controller.min_pitch))
file.write('{:<014.5f} ! PC_Switch - Angle above lowest minimum pitch angle for switch, [rad]\n'.format(1 * deg2rad))
file.write('{:<11d} ! Z_EnableSine - Enable/disable sine pitch excitation, used to validate for dynamic induction control, will be removed later, [-]\n'.format(0))
file.write('{:<014.5f} ! Z_PitchAmplitude - Amplitude of sine pitch excitation, [rad]\n'.format(0.0))
file.write('{:<014.5f} ! Z_PitchFrequency - Frequency of sine pitch excitation, [rad/s]\n'.format(0.0))
file.write('\n')
file.write('!------- INDIVIDUAL PITCH CONTROL -----------------------------------------\n')
file.write('{:<13.1f} ! IPC_IntSat - Integrator saturation (maximum signal amplitude contribution to pitch from IPC), [rad]\n'.format(0.0))
Expand Down

0 comments on commit 2e35708

Please sign in to comment.