Skip to content

Commit

Permalink
Add turbine minpitch
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Oct 1, 2019
1 parent 65a43b2 commit 066bb0a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions WTC_toolbox/turbine.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ def __init__(self):
# Init the cc-blade rotor
self.cc_rotor = None

# Cp Surface
# self.CpSurf = None # Matrix of Cp surface values
# self.CpBeta = None # Vector of blade pitch angles corresponding to Cp surface (rad)
# self.CpTSR = None # Vector of tip-speed-ratio values corresponding to Cp surface (rad)

# Pitch controller
self.PC_MinPit = -0.087266 # Minimum pitch angle (rad)

# Interp function versions
self.cp_interp = None
self.ct_interp = None
Expand Down

0 comments on commit 066bb0a

Please sign in to comment.