-
Notifications
You must be signed in to change notification settings - Fork 511
SubDyn upgrade to support multiple transition pieces #2782
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tentially large rotation
…h corrector steps
…x of high condition number
… Also disabled analytical Jacobians, which are no longer valid for floating systems.
… the new rigid-body states
…ultiple transition pieces
…t file for clarity to the user
Collaborator
|
Could you add some test results here? |
* Updated SD_AM2 to use the new linearization subroutines. * Added the rigid-body states to ModVar. * Cleaned up some unused variables.
…sh for tight coupling
deslaughter
reviewed
May 1, 2025
…o the MiscVarType to avoid dynamic allocation at every time step
deslaughter
approved these changes
May 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature or improvement description
This PR modifies SubDyn to support multiple transition pieces. This is a part of the necessary upgrades to OpenFAST to enable simulations of multirotor systems (either wind turbines or MHK turbines).
For floating structures with multiple transition pieces, SubDyn now also solves and tracks the 6DoF "rigid-body" motion of the structure internally. The "rigid-body" motion can be large, including large rotation. We only require the elastic deflection of the structure relative to the "rigid-body" configuration to be small. Users need to select a joint on the structure to serve as the rigid-body reference point about which the 6DoF equations of motion are constructed.
The interface load and motion output channels is expanded to support up to 9 transition pieces. (Internally, there is no limit to the number of transition pieces. Only the output is limited to 9.) These channels are
Intf?FXss,Intf?FYss, etc., where?is a number between 1 to 9. If no number is provided, the values associated with the first transition piece is returned for backward compatibility.The modified SubDyn is now compatible with tight coupling of OpenFAST v5. The necessary changes were made with the help of @deslaughter.
More information to come.
Additional changes
Impacted areas of the software
SubDyn, openfast_io, glue-code
Test results, if applicable
Existing SubDyn r-test results changed slightly due to corrections to SubDyn driver and other modifications. SubDyn driver and primary input files are also updated with new inputs needed for multiple transition pieces.