Skip to main content

surfaceSlipDisplacement

Description

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type surfaceSlipDisplacement;
geometry <dict>;
projectMode <word>;
projectDirection <vector>;

// Optional entries
wedgePlane <label>;
frozenPointsZone <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: surfaceSlipDisplacementwordyes-
geometryDictionary with searchableSurfaces. (usually triSurfaceMeshes in constant/triSurface)wordyes-
projectModeProjection modewordyes-
projectDirectionProjection directionvectoryes-
wedgePlane-1 or component to knock out of intersection normallabelno-1
frozenPointsZoneEmpty or name of pointZone containing points that do not movewordnonull

Options for the projectMode entry:

PropertyDescription
NEARESTNearest
POINTNORMALIntersection with point normal
FIXEDNORMALIntersection with fixed vector

The inherited entries are elaborated in:

  • pointPatchFields.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version 1.5