Description

The slip is a boundary condition that provides the slip constraint.

Usage

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

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type            slip;

    // Inherited entries
    ...
}

where:

Property Description Type Required Default
type Type name: slip word yes -

The inherited entries are elaborated in:

  • basicSymmetryFaPatchField.H

Further information

Tutorial:

Source code:

API:

History:

  • Introduced in version v1712