Description

Usage

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

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type            adjointFarFieldTMVar1;
    solverName      <word>;

    // Inherited entries
    ...
}

where:

Property Description Type Required Default
type Type name: adjointFarFieldTMVar1 word yes -
solverName Name of operand solver word yes -

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H
  • adjointBoundaryConditions.H

Further information

Tutorial:

Source code:

API:

History:

  • Introduced in version v1906