Skip to main content

waveDisplacement

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:

PropertyDescriptionTypeRequiredDefault
typeType name: waveDisplacementwordyes-
amplitudeAmplitudewordyes-
omegaOmegawordyes-
waveNumberWave numberwordyes-

The inherited entries are elaborated in:

  • fixedValuePointPatchField.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.1.0