Skip to main content

noSlip

Description

The noSlip is a velocity boundary condition that fixes the velocity to zero at walls.

up=0 \vec{u}_p = 0

where:

PropertyType
up\vec{u}_pVelocity at the boundary

Usage

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

Boundary file

<patchName>
{
type wall;
...
}

Field file

<patchName>
{
// Mandatory entries
type noSlip;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: noSlipwordyes-

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History: Introduced in version v1612+