Description

The mappedFixedPushedInternalValue is a generic boundary condition that maps the boundary values of a neighbour patch field to the boundary and internal cell 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                    mappedFixedPushedInternalValue;

    // Inherited entries
    ...
}

where:

Property Description Type Required Default
type Type name: mappedFixedPushedInternalValue word yes -

The inherited entries are elaborated in:

Further information

Tutorial:

  • N/A

Source code:

API:

History:

  • Introduced in version 2.1.0