Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS_ConstPower = 1 #67

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ controller_params:
IPC_ControlMode: 0
VS_ControlMode: 2
VS_ConstTorque: 1
VS_ConstPower: 1
PC_ControlMode: 1
Y_ControlMode: 0
SS_Mode: 1
Expand Down
2 changes: 1 addition & 1 deletion OpenFAST/IEA-22-280-RWT-Monopile/IEA-22-280-RWT_DISCON.IN
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
1 ! F_LPFType - (1: first-order low-pass filter, 2: second-order low-pass filter), [rad/s] (currently filters generator speed and pitch control signals
0 ! IPC_ControlMode - Turn Individual Pitch Control (IPC) for fatigue load reductions (pitch contribution) {0: off, 1: 1P reductions, 2: 1P+2P reductions}
2 ! VS_ControlMode - Generator torque control mode in above rated conditions (0- no torque control, 1- k*omega^2 with PI transitions, 2- WSE TSR Tracking, 3- Power-based TSR Tracking)}
0 ! VS_ConstPower - Do constant power torque control, where above rated torque varies, 0 for constant torque}
1 ! VS_ConstPower - Do constant power torque control, where above rated torque varies, 0 for constant torque}
1 ! PC_ControlMode - Blade pitch control mode {0: No pitch, fix to fine pitch, 1: active PI blade pitch control}
0 ! Y_ControlMode - Yaw control mode {0: no yaw control, 1: yaw rate control, 2: yaw-by-IPC}
1 ! SS_Mode - Setpoint Smoother mode {0: no setpoint smoothing, 1: introduce setpoint smoothing}
Expand Down
Loading