Skip to content

Commit

Permalink
Define pc_minpit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Oct 29, 2019
1 parent 36709d6 commit 48924ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WTC_toolbox/turbine.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def __init__(self, turbine_params):
self.v_rated = turbine_params['v_rated']
self.v_max = turbine_params['v_max']
self.max_pitch_rate = turbine_params['max_pitch_rate'] * deg2rad
self.min_pitch_rate = -1 * self.max_pitch_rate
self.max_torque_rate = turbine_params['max_torque_rate']
self.rated_power = turbine_params['rated_power']
self.bld_edgewise_freq = turbine_params['bld_edgewise_freq']
Expand Down

0 comments on commit 48924ca

Please sign in to comment.