Skip to main content

fixedValueOutflow

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:

PropertyDescriptionTypeRequiredDefault
typeType name: fixedValueOutflowwordyes-

The inherited entries are elaborated in:

  • faPatchFields.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version v1712