-
Notifications
You must be signed in to change notification settings - Fork 57
Applications Case: PTO Extension Feature for RM3 #56
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
akeeste
merged 20 commits into
WEC-Sim:dev
from
Allison-File:Updated_PTO_Extension_Feature
Mar 27, 2024
Merged
Applications Case: PTO Extension Feature for RM3 #56
akeeste
merged 20 commits into
WEC-Sim:dev
from
Allison-File:Updated_PTO_Extension_Feature
Mar 27, 2024
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
Pulling dev branch in
7760345 to
2125949
Compare
…into Updated_PTO_Extension_Feature
akeeste
approved these changes
Mar 27, 2024
Contributor
akeeste
left a comment
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.
Thanks @Allison-File! I made a couple minor updates to the testing set-up and made this case use the common hydrodata.
The RM3_PTO_Extension test will pass once the PR into dev is merged.
This was referenced May 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a new applications case within the WEC-Sim Applications folder that demonstrates the PTO Extension Feature being utilized for the RM3 model. The RM3 model is a special case due to its high DOF, causing the particular block orientation in the simulink model to dictate which body block will move in response to a defined PTO initial displacement. This special case requires extra setup on the users end if looking to define a different body’s motion than the one automatically established.
The RM3 PTO Extension Applications case includes the following components:
Float case
This is the default RM3 model setup in which the float body block is defined as the PTO mechanism and will be displaced
upon defining the pto extension value in the wecSimInputFile.
This case includes an updated wecSimInputFile with the PTO extension feature incorporated as described in the attached
README file.
Spar case
This case includes the necessary changes to the RM3.slx model to allow for the spar to be defined as the PTO mechanism
and to be displaced in response to the defined PTO initial displacement.
The detailed steps are included in the README file to update the simulink model to make this change. The
wecSimInputFile is also included with the defined PTO Extension feature.
Additional Files
PTO Extension Feature.pdf