Skip to content

Commit

Permalink
Update WE_Blade Radius description
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Nov 13, 2019
1 parent d23883d commit cb1a605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROSCO_toolbox/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def write_param_file(self, turbine, controller, param_file='DISCON.IN', txt_file
file.write('{:<13.5f} ! SS_PCGain - Collective pitch controller setpoint smoother gain, [-].\n'.format(controller.ss_pcgain))
file.write('\n')
file.write('!------- WIND SPEED ESTIMATOR ---------------------------------------------\n')
file.write('{:<13.3f} ! WE_BladeRadius - Blade length [m]\n'.format(turbine.rotor_radius))
file.write('{:<13.3f} ! WE_BladeRadius - Blade length (distance from hub center to blade tip), [m]\n'.format(turbine.rotor_radius))
file.write('{:<11d} ! WE_CP_n - Amount of parameters in the Cp array\n'.format(1))
file.write( '{} ! WE_CP - Parameters that define the parameterized CP(lambda) function\n'.format(''.join('{:<2.1f} '.format(0.0) for i in range(4))))
file.write('{:<13.1f} ! WE_Gamma - Adaption gain of the wind speed estimator algorithm [m/rad]\n'.format(0.0))
Expand Down

0 comments on commit cb1a605

Please sign in to comment.