Description

Usage

The condition requires entries in both the boundary and field files.

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type            waveDisplacement;
    amplitude       <vector>;
    omega           <scalar>;

    // Optional entries
    waveNumber      <vector>;

    // Inherited entries
    ...
}

where:

Property Description Type Required Default
type Type name: waveDisplacement word yes -
amplitude Amplitude word yes -
omega Omega word yes -
waveNumber Wave number word yes -

The inherited entries are elaborated in:

  • fixedValuePointPatchField.H

Further information

Tutorial:

  • N/A

Source code:

API:

History:

  • Introduced in version 2.1.0