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:

Property Description Type Required Default
type Type name: mappedMixed word yes -
weightField Name of weight field to sample word no null

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History:

  • Introduced in version v2012