Skip to main content

interstitialInletVelocity

Description

The interstitialInletVelocity is a velocity boundary condition with which the actual interstitial velocity is calculated by dividing the specified inletVelocity field with the local phase-fraction.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type interstitialInletVelocity;
inletVelocity <vectorField>;
alpha <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: interstitialInletVelocitywordyes-
inletVelocityNon-interstitial inlet velocityvectorFieldyes-
alphaName of the phase-fraction fieldwordyes-

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History: Introduced in version 2.2.2