Skip to main content

mappedVelocityFluxFixedValue

Description

The mappedVelocityFluxFixedValue is a velocity boundary condition that maps the velocity and flux from a neighbour patch to this patch.

Usage

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

Boundary file

<patchName>
{
type mappedPatch;
...
}

Field file

<patchName>
{
// Mandatory entries
type mappedVelocityFluxFixedValue;

// Optional entries
phi <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: mappedVelocityFluxFixedValuewordyes-
phiName of the flux fieldwordnophi

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