oscillatingDisplacement
Description
Usage
The condition requires entries in both the boundary and field files.
Boundary file
<patchName>
{
type patch;
...
}
Field file
<patchName>
{
// Mandatory entries
type oscillatingDisplacement;
amplitude <vector>;
omega <scalar>;
// Inherited entries
...
}
where:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: oscillatingDisplacement | word | yes | - |
amplitude | Oscillation amplitude | scalar | yes | - |
omega | Rotation speed | scalar | yes | - |
The inherited entries are elaborated in:
- fixedValuePointPatchField.H
Further information
Tutorial:
Source code:
API:
History: Introduced in version 1.5