-
Notifications
You must be signed in to change notification settings - Fork 184
WEC-Sim QTFs compatability with NEMOH #1353
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
Conversation
* Fixing documentation inconsistency for PTO-Sim blocks * Adding comments to nondimensional values for clarification
* fix on pDis function call * preliminary fix for issue #1288 * Update readAQWA.m (#1253) * body mask fixes for #1346 * add warning when variable hydro turned on for drag or nonhydro bodies * flex body - add missing mask lines, define h5 button callback --------- Co-authored-by: jtgrasb <87095491+jtgrasb@users.noreply.github.com> Co-authored-by: akeeste <akeeste@sandia.gov>
…NEMOH-BIMIO inputs for multibodies
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 @MShabara. I have a few questions and suggestions on this PR before merging, summarized here:
- revert the default test behavior to running all tests
- updates to plotBEMIO and plotQTFs: these changes will make plotQTFs more robust. In my testing they worked for inputs
plotBEMIO(hydro1),plotQTFs(hydro1),plotBEMIO(hydro1, hydro2),plotQTFs(hydro1, hydro2) - Confirm that changes to
assignIDs, andtriToFullMatrixstill function with readWAMIT - suggestion to make column indexing more robust in
triToFullMatrix
* fixes the bug in the bodyClass for the QTFs and variable hydro * fix QTF block issue - dont make it an atomic systme --------- Co-authored-by: akeeste <akeeste@sandia.gov>
Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com>
Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com>
Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com>
Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com>
Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com>
Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com>
Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com>
|
Hi @akeeste I responded to your question, and approved all the commits suggested. Please take a look and let me know what you think. |
|
Thanks @MShabara. The tests are passing again, merging... |
This PR adds the three QTF features:
1- Reading the NEMOH QTF outputs to BIMIO.
2- Does the contour plots of the mod of the sum and diff.
3- Adds a BIMIO/NEMOH example for a FOWT subjected to QTFs.
With this update WEC-Sim should be able to compute the second order forces based on the NEMOH outputs.