Skip to main content

fixedJump

Description

The fixedJump is a general coupled boundary condition to provide a jump cyclic condition. 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 fixedJump;
jump <Field<Type>>;

// Optional entries
jump0 <Field<Type>>;
minJump <Type>;
relax <scalar>;

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

where:

PropertyDescriptionTypeRequiredDefault
typeType name: fixedJumpwordyes-
jumpJump fieldField<Type>yes-
jump0Old-time level jump fieldField<Type>no-
minJumpMinimum allowable jump valueTypenopTraits<Type>::min
relaxUnder-relaxation factorscalarno-1

The inherited entries are elaborated in:

  • The underlying patchType should be set to cyclic.

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.0.1