Skip to main content

surfaceNormalFixedValue

Description

The surfaceNormalFixedValue is a boundary condition that provides a surface-normal vector boundary 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 surfaceNormalFixedValue;
refValue <scalarField>;

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

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: surfaceNormalFixedValuewordyes-
refValueReference value fiueldscalarFieldyes-
rampTime-based rampingFunction1<scalar>no-

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History: Introduced in version 1.5