Description

Usage

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

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

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

    // Inherited entries
    ...
}

where:

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

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H
  • adjointBoundaryConditions.H

Further information

Tutorial:

  • N/A

Source code:

API:

History:

  • Introduced in version v1906