Skip to main content

pressurePermeableAlphaInletOutletVelocity

Description

The pressurePermeableAlphaInletOutletVelocity is a velocity inlet/outlet boundary condition that can be applied to velocity boundaries for multiphase flows when the pressure boundary condition is specified.

In this condition , an open condition is applied when alpha is under a user-defined alphaMin value and a wall condition is applied when alpha is larger than the alphaMin.

This boundary condition can be used in conjunction with prghPermeableAlphaTotalPressure for the p_rgh variable.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type pressurePermeableAlphaInletOutletVelocity;

// Optional entries
phi <word>;
rho <word>;
alpha <word>;
alphaMin <scalar>;

// Inherited entries;
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: pressurePermeableAlphaInletOutletVelocitywordyes-
phiName of flux fieldwordnophi
rhoName of density fieldwordnorho
alphaName of the mixture VOF fieldwordnonone
alphaMinMinimum alpha value to outlet blockagescalarno1.0

The inherited entries are elaborated in:

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version v2106