Skip to main content

solidBodyMotionDisplacement

Description

The solidBodyMotionDisplacement is a boundary condition that enables the specification of a fixed value boundary condition using the solid body motion functions for point displacements.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type solidBodyMotionDisplacement;
solidBodyMotionFunction <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: solidBodyMotionDisplacementwordyes-

The inherited entries are elaborated in:

  • fixedValuePointPatchFields.H
  • solidBodyMotionFunction.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v1612+