Skip to main content

mappedMixed

Description

The mappedMixed is a generic boundary condition that maps the value at a set of cells or patch faces back to the local patch.

The sample mode is set by the underlying mapping engine, provided by the mappedPatchBase class.

Usage

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

Boundary file

<patchName>
{
type mappedPatch;
...
}

Field file

<patchName>
{
// Mandatory entries
type mappedMixed;

// Optional entries
weightField <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: mappedMixedwordyes-
weightFieldName of weight field to samplewordnonull

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History: Introduced in version v2012