Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
toolbox
WindEnergyToolbox
Commits
7762eede
Commit
7762eede
authored
8 years ago
by
tlbl
Browse files
Options
Downloads
Patches
Plain Diff
some comments
parent
a4a1f8c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!14
Controller functions
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wetb/control/control.py
+3
-6
3 additions, 6 deletions
wetb/control/control.py
with
3 additions
and
6 deletions
wetb/control/control.py
+
3
−
6
View file @
7762eede
...
...
@@ -19,7 +19,8 @@ class Control(object):
"""
Function to compute the gains of the pitch controller of the Basic DTU
Wind Energy Controller.
Wind Energy Controller with the pole placement technique implemented
in HAWCStab2.
Parameters
----------
...
...
@@ -27,19 +28,15 @@ class Control(object):
Pitch angle [deg]
I: array
Drivetrain inertia [kg*m**2]
dQdt: array
Partial derivative of the aerodynamic torque with respect to the
pitch angle [kNm/deg]
pitch angle [kNm/deg]
. Can be computed with HAWCStab2.
P: float
Rated power [kW]. Set to zero in case of constant torque regulation
Omr: float
Rated rotational speed [rpm]
om: float
Freqeuncy of regulator mode [Hz]
csi: float
Damping ratio of regulator mode
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment