Skip to content

Commit

Permalink
Update regression tests and edit docs guidance for wave and current s…
Browse files Browse the repository at this point in the history
…uperposition
  • Loading branch information
hkross committed Dec 31, 2024
1 parent 5a1958a commit 3f8d3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/source/user/inflowwind/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,15 @@ When modeling a rotor or rotor/tower only (i.e., hydrodynamics modeled in AeroDy

- SeaState must be used when defining a flow field with waves
- Current definition in SeaState must always be set to 0
- If SeaState is activated, InflowWind must also be activated, though the current can be set to 0
- InflowWind must be used when defining a flow field with currents
- For combined wave and current flow fields, SeaState will query InflowWind

When modeling a rotor or rotor/tower and support structure (i.e., hydrodynamics modeled in AeroDyn and HydroDyn):

- SeaState must always be used, even when defining a flow field with no waves
- Current definition in SeaState must always be set to 0
- If SeaState is activated, InflowWind must also be activated, though the current can be set to 0
- InflowWind must be used when defining a flow field with currents
- For wave only cases, InflowWind will not be called
- For current only cases, set the SeaState wave field to 0; current information will be passed through SeaState from InflowWind
- For combined wave and current flow fields, SeaState will query InflowWind

0 comments on commit 3f8d3cb

Please sign in to comment.