-
Notifications
You must be signed in to change notification settings - Fork 117
Various Bug Fixes #481
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
Various Bug Fixes #481
Conversation
| DISCON_dict['VS_RtPwr'] = turbine.rated_power | ||
| DISCON_dict['VS_RtTq'] = turbine.rated_torque | ||
| DISCON_dict['VS_RefSpd'] = controller.vs_refspd | ||
| DISCON_dict['VS_RefSpd'] = controller.vs_refspd * (1 - controller.controller_params['ss_separation']) |
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.
I can't find any reference to 'ss_separation' in the code base.
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.
This is pretty much it, to aid in a few cases where it helps to separate the set points. There's a default value (0) provided in the toolbox_schema.yaml.
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.
Is the toolbox_schema.yaml updated in some other branch? I can't find any mention of ss_separation in the schema in the main branch on my end.
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.
It's being added in this PR: rosco/toolbox/inputs/toolbox_schema.yaml
|
v210_3_WTCBench_Reporting.html Testbench results show little change with new |
Description and Purpose
Increased instances of filters/integrators: In some cases on HPC, when running a lot of FAST.Farm runs, we have seen numerical issues in the filters. These issues are not easily reproducible, so this is one simple attempt to fix a potential memory overrun if too many instances are being used simultaneously.
Tower resonances avoidance bug with gearbox ratios > 1.
Adding tuning input to separate set points of torque and pitch controllers.
Organization of some tuning scripts so the inputs and outputs are clear.
Type 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