-
Notifications
You must be signed in to change notification settings - Fork 467
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
HydroDyn user documentation update for large platform rotation #2455
Conversation
…ch the finalized large-yaw implementation
@andrew-platt Looks like we have the wrong label here. |
Whoops. I was looking at something in AeroDyn when I set the tag... |
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.
Overall this looks great! Please find a couple minor comments below.
0 ExctnDisp - Method of computing Wave Excitation {0: use undisplaced position, 1: use displaced position, 2: use low-pass filtered displaced position) [only used when PotMod=1 and ExctnMod>0 and SeaState's WaveMod>0]} (switch) | ||
10 ExctnCutOff - Cutoff (corner) frequency of the low-pass time-filtered displaced position (Hz) [>0.0] [used only when PotMod=1, ExctnMod>0, and ExctnDisp=2]) [only used when PotMod=1 and ExctnMod>0 and SeaState's WaveMod>0]} (switch) | ||
0 PtfmYMod - Model for large platform yaw offset {0: Static reference yaw offset based on PtfmRefY, 1: dynamic reference yaw offset based on low-pass filtering the PRP yaw motion with cutoff frequency PtfmYCutOff} (switch) | ||
0 PtfmRefY - Constant (if PtfmYMod=0) or initial (if PtfmYMod=1) platform reference yaw offset (deg) |
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.
Presumably this angle should be in the [-180, 180) deg range?
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.
PtfmRefY
does not need to be strictly between [-180,180), not intentionally at least. Integer multiples of 360 deg are added as appropriate at various places in the code to handle this.
still allowing the simulation to continue if possible. | ||
|
||
With **PtfmYMod** = 1, HydroDyn requires the first- and second-order | ||
potential-flow wave excitation input file(s) to cover the full range |
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.
I thought second-order must be disabled with PtfmYMod =1?
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.
We should still support mean- and slow-drift loads through MnDrift
or NewmanApp
. This is explained below, but I added a clarification here as well.
…ly works with mean- or slow-drift loads from Newman's approximation
Feature or improvement description
Related issue, if one exists
This is the documentation update for PR #2203
Impacted areas of the software
Docs, HydroDyn
Test results, if applicable
The changes have no impact on the results.