Skip to main content

uniformNormalFixedValue

Description

The uniformNormalFixedValue is a boundary condition that provides a uniform surface-normal vector condition by its magnitude.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

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

// Optional entries
ramp <Function1<scalar>>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: uniformNormalFixedValuewordyes-
uniformValuePatch field valuesPatchFunction1<Type>yes-
rampTime-variant rampFunction1<scalar>no-

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H
  • PatchFunction1.H
  • Function1.H
  • Sign conventions:
    • the value is positive for outward-pointing vectors

Further information

Tutorial:

Source code:

API:

History: Introduced in version v1912