Skip to main content

uniformJumpAMI

Description

The uniformJumpAMI is a general coupled boundary condition that provides a jump condition, using the cyclicAMI condition as a base. The jump is specified as a time-varying uniform value across the patch.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type uniformJumpAMI;
jumpTable <Function1<Type>>;

// Inherited entries
patchType cyclicAMI;
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: uniformJumpAMIwordyes-
jumpTableJump valuesFunction1<Type>yes-

The inherited entries are elaborated in:

  • fixedJumpFvPatchField.H
  • Function1.H
  • The underlying patchType should be set to cyclicAMI.

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.2.0