Skip to main content

rotatingTotalPressure

Description

The rotatingTotalPressure is a boundary condition that provides a total pressure condition for patches in a rotating frame.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type rotatingTotalPressure;
omega <Function1<vector>>;

// Inherited entries;
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: rotatingTotalPressurewordyes-
oemgaAngular velocity of the frame [rad/s]Function1<vector>yes-

The inherited entries are elaborated in:

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 1.5