Skip to main content

mappedFixedInternalValue

Description

The mappedFixedInternalValue is a generic boundary condition that maps the boundary and internal values of a neighbour patch field to the boundary and internal values of the local patch.

Usage

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

Boundary file

<patchName>
{
type mappedPatch;
...
}

Field file

<patchName>
{
// Mandatory entries
type mappedFixedInternalValue;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: mappedFixedInternalValuewordyes-

The inherited entries are elaborated in:

  • This boundary condition can only be applied to patches that are of the mappedPolyPatch type.

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.1.0