-
Notifications
You must be signed in to change notification settings - Fork 102
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
Extend ROSCO for MHK #257
Extend ROSCO for MHK #257
Conversation
…op motion, and update OpenFAST input files for RM1 system
ROSCO_toolbox/controller.py
Outdated
@@ -198,7 +198,10 @@ def tune_controller(self, turbine): | |||
rated_rotor_speed = turbine.rated_rotor_speed # Rated rotor speed (rad/s) | |||
|
|||
# ------------- Saturation Limits --------------- # | |||
turbine.max_torque = turbine.rated_torque * self.controller_params['max_torque_factor'] | |||
if self.VS_ControlMode == 4: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you using this? Could max_torque_factor
just be used in the same way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its not being used right now, and yes max_torrque_factor could be used.
Its something to increase the max torque when working with fixed pitch controls
comp_outputs.pdf |
Description and Purpose
Major Updates
Test_Case
and example.Minor Changes
VS_ConstPower
as a specific control mode, separate from how the reference generator speed is calculatedsweep_yaml_input
toCaseLibrary
for sweeping any single control_parameter (in the tuning yaml)run_FAST
to improve flexibility and ability to run in WEIS environmentsType of change
What types of change is it?
Select the appropriate type(s) that describe this PR
TODO Items General:
TODO Items API Change:
Github issues addressed, if one exists
Examples/Testing, if applicable