Description

Usage

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

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type            uncoupledSixDoFRigidBodyDisplacement;

    // Optional entries
    initialPoints   <pointField>;

    // Inherited entries
    // sixDoFRigidBodyMotion settings
    ...
}

where:

Property Description Type Required Default
type Type name: uncoupledSixDoFRigidBodyDisplacement word yes -
initialPoints Initial positions of points on the patch pointField no -

The inherited entries are elaborated in:

  • fixedValuePointPatchField.H
  • sixDoFRigidBodyMotion.H

Further information

Tutorial:

  • N/A

Source code:

API:

History:

  • Introduced in version 2.3.0