Skip to main content

mappedFixedPushedInternalValue

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:

PropertyDescriptionTypeRequiredDefault
typeType name: mappedFixedPushedInternalValuewordyes-

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