Skip to main content

uniformFixedValue

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:

PropertyDescriptionTypeRequiredDefault
typeType name: uniformFixedValuewordyes-
uniformValueUniform fixed valuesPatchFunction1<Type>yes-

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History: Introduced in version 1.5