Skip to main content

fixedJumpAMI

Description

The fixedJumpAMI is a general coupled boundary condition to provide a jump condition across non-conformal cyclic patch pairs (employing AMI). The jump is specified as a fixed value field, applied as an offset to the 'owner' patch.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type fixedJumpAMI;
jump <Field<Type>>;

// Inherited entries
patchType <word>;
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: fixedJumpAMIwordyes-
jumpJump fieldField<Type>yes-

The inherited entries are elaborated in:

  • The underlying patchType should be set to cyclicAMI.

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.2.0