noSlip
Description
The noSlip is a velocity boundary condition that fixes the velocity
to zero at walls.
where:
| Property | Type |
|---|---|
| Velocity 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:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: noSlip | word | yes | - |
The inherited entries are elaborated in:
Further information
Tutorial:
Source code:
API:
History: Introduced in version v1612+