Description

The fixedValueOutflow is a boundary condition that provides a fixed value outflow condition for finite-area calculations.

Usage

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

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type            fixedValueOutflow;

    // Inherited entries
    ...
}

where:

Property Description Type Required Default
type Type name: fixedValueOutflow word yes -

The inherited entries are elaborated in:

  • faPatchFields.H

Further information

Tutorial:

  • N/A

Source code:

API:

History:

  • Introduced in version v1712