Skip to main content

uniformInterpolatedDisplacement

Description

The uniformInterpolatedDisplacement is a boundary condition that interpolates a pre-specified motion which is specified as pointVectorFields.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type uniformInterpolatedDisplacement;
field <word>;
interpolationScheme <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: uniformInterpolatedDisplacementwordyes-
fieldName of displacement fieldwordyes-
interpolationSchemeName of interpolation schemewordyes-

The inherited entries are elaborated in:

  • fixedValuePointPatchField.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.1.1