-
Notifications
You must be signed in to change notification settings - Fork 184
Fixing documentation inconsistency for PTO-Sim blocks #1330
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
kmruehl
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.
See above quesiton
| simpleDirectDrivePTO (1,1) struct = struct(... % simple direct drive linear PTO Block properties | ||
| rectifyingCheckValve (1,1) struct = struct(... % Rectifying Check Valve Block properties | ||
| 'Cd', 'NOT DEFINED',... % [1] Discharge coefficient | ||
| 'Amax', 'NOT DEFINED',... % [m^2] Maximum opening area of the valve |
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.
@jleonqu this looks good, thank you. Can you clarify the [1] in front of Discharge Coefficient and Valve Coefficient?
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.
@kmruehl These are nondimensional values. I added a comment to all the nondimensional values for clarification.
|
@jleonqu Thank you for the PR, I reviewed it and its good to be merged. |
* Fixing documentation inconsistency for PTO-Sim blocks (#1330) * Fixing documentation inconsistency for PTO-Sim blocks * Adding comments to nondimensional values for clarification * update analytics implementation in docs re deprecation of analytics_id (#1342) --------- Co-authored-by: Jorge Leon <72461917+jleonqu@users.noreply.github.com> Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com>
* Fixing documentation inconsistency for PTO-Sim blocks (#1330) * Fixing documentation inconsistency for PTO-Sim blocks * Adding comments to nondimensional values for clarification * update analytics implementation in docs re deprecation of analytics_id (#1342) * Body block library update for bug fix #1346 (#1347) * 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> * BIMIO to read NEMO QTF output files and do plots * Fixes the plotQTF function when multiple hydro strctures are i/p * Makes the body indecies start from 0 not from 1 to match the rest of NEMOH-BIMIO inputs for multibodies * Fixes the bug in the bodyClass for the QTFs and variable hydro (#1351) * 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> * Update source/functions/BEMIO/QTFs/triToFullMatrix.m Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com> * Update source/functions/BEMIO/QTFs/triToFullMatrix.m Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com> * Update wecSimTest.m Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com> * Update source/functions/BEMIO/QTFs/triToFullMatrix.m Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com> * Update source/functions/BEMIO/plotBEMIO.m Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com> * Update source/functions/BEMIO/QTFs/plotQTFs.m Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com> * Update source/functions/BEMIO/QTFs/plotQTFs.m Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com> --------- Co-authored-by: Jorge Leon <72461917+jleonqu@users.noreply.github.com> Co-authored-by: Adam Keester <72414466+akeeste@users.noreply.github.com> Co-authored-by: dforbush2 <dforbus@sandia.gov> Co-authored-by: jtgrasb <87095491+jtgrasb@users.noreply.github.com> Co-authored-by: akeeste <akeeste@sandia.gov>
This PR is related to issue #1314
The comments for the PTO-Sim class have been revised and updated