Skip to main content

uniformJump

Description

The uniformJump is a general coupled boundary condition that provides a jump condition, using the cyclic 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 uniformJump;
jumpTable <Function1<Type>>;

// Inherited entries
patchType cyclic;
...
}

where:

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

The inherited entries are elaborated in:

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

Further information

Tutorial:

Source code:

API:

History: Introduced in version 2.2.0