-
Notifications
You must be signed in to change notification settings - Fork 184
Updated MOST source code #1470
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
Updated MOST source code #1470
Conversation
|
This PR has not been reviewed or revised, but changes should now be limited to new updates in MOREnergyLab/WEC-_Sim_MOST while maintaining current WEC-Sim source changes |
|
@akeeste also reviewing. Can't tag since it's from my branch |
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.
@MShabara I finished my initial review. I think there's a couple things for us to update on the mooringClass. There's possible but functionally unnecessary refactoring we could do on the MOST source as well.
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.
Generally there is some light refactoring that we could do here to make it fit with WEC-Sim source better. It's a very small class so it's not much effort, but it may be worth leaving it as since it falls under MOST team maintenance
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.
At the time of writing this class not much attention was paid to respecting the style of the other WEC-Sim classes, your corrections to make them fit better with WEC-Sim source are therefore appreciated, thank you.
|
Thank you for the comments @DavideIssoglio! It is much appreciated. I'll finish up some changes based on your comments. Please let me know if I missed any changes related to MOST. There was a lot to combine with the other changes in WEC-Sim's source |
|
One of the last things I'm doing on this PR is to run the MOST examples https://github.com/MOREnergylab/MOST/tree/master/Examples and ensure they are all working
|
|
I'm working through one more issues with the new nonlinearstatic mooring option. Hopefully I can figure that out quickly |
|
Thank you very much @jtgrasb for helping fix the last bug I created in the mooring refactoring. With a few corresponding changes to input files (below), the three cases https://github.com/MOREnergylab/MOST/tree/master/Examples run successfully! @DavideIssoglio Required changes to the linked examples to make them run:
|
|
I updated the release notes with more detail. Merging once the tests pass |
This is a PR to start discussions about pulling in updates from the MOST source code into WEC-Sim.
@MOREnergylab @DavideIssoglio is MOST at a point where we can pull updates into WEC-Sim?
TODO