Skip to main content

rotatingWallVelocity

Description

The rotatingWallVelocity is a boundary condition that provides a rotational velocity condition.

Usage

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

Boundary file

<patchName>
{
type wall;
...
}

Field file

<patchName>
{
// Mandatory entries
type rotatingWallVelocity;
origin <vector>;
axis <vector>;
omega <Function1<vector>>

// Inherited entries
...
}


where:

PropertyDescriptionTypeRequiredDefault
typeType name: rotatingWallVelocitywordyes-
originOrigin of the rotation in Cartesian coordinatesvectoryes-
axisAxis of rotationvectoryes-
omegaAngular velocity of the frame [rad/s]Function1<vector>yes-

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History: Introduced in version 1.6