Skip to main content

movingWallVelocity

Description

The movingWallVelocity is a velocity boundary condition that provides a condition for cases with moving walls.

Usage

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

Boundary file

<patchName>
{
type wall;
...
}

Field file

<patchName>
{
// Mandatory entries
type movingWallVelocity;

// Inherited entries;
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: movingWallVelocitywordyes-

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History: Introduced in version 1.5