Description

The uniformFixedValue is a boundary condition that provides a uniform fixed value condition.

Usage

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

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type                uniformFixedValue;
    uniformValue        <PatchFunction1<Type>>;

    // Inherited entries
    ...
}

where:

Property Description Type Required Default
type Type name: uniformFixedValue word yes -
uniformValue Uniform fixed values PatchFunction1<Type> yes -

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History:

  • Introduced in version 1.5