Skip to content
Snippets Groups Projects
Commit 7762eede authored by tlbl's avatar tlbl
Browse files

some comments

parent a4a1f8c3
No related branches found
No related tags found
1 merge request!14Controller functions
...@@ -19,7 +19,8 @@ class Control(object): ...@@ -19,7 +19,8 @@ class Control(object):
""" """
Function to compute the gains of the pitch controller of the Basic DTU 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 Parameters
---------- ----------
...@@ -27,19 +28,15 @@ class Control(object): ...@@ -27,19 +28,15 @@ class Control(object):
Pitch angle [deg] Pitch angle [deg]
I: array I: array
Drivetrain inertia [kg*m**2] Drivetrain inertia [kg*m**2]
dQdt: array dQdt: array
Partial derivative of the aerodynamic torque with respect to the 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 P: float
Rated power [kW]. Set to zero in case of constant torque regulation Rated power [kW]. Set to zero in case of constant torque regulation
Omr: float Omr: float
Rated rotational speed [rpm] Rated rotational speed [rpm]
om: float om: float
Freqeuncy of regulator mode [Hz] Freqeuncy of regulator mode [Hz]
csi: float csi: float
Damping ratio of regulator mode Damping ratio of regulator mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment