Description

The uniformInletOutlet is a boundary condition that provides a variant of the inletOutlet boundary condition with uniform inletValue.

Usage

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

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type            uniformInletOutlet;
    uniformInletValue  <Function1<Type>>;

    // Optional entries
    phi             <word>;

    // Inherited entries;
    ...
}

where:

Property Description Type Required Default
type Type name: uniformInletOutlet word yes -
uniformInletValue Uniform inlet value field Function1<Type> yes -
phi Name of flux field word no phi

The inherited entries are elaborated in:

  • mixedFvPatchField.H
  • Function1.H

Further information

Tutorial:

  • N/A

Source code:

API:

History:

  • Introduced in version 2.2.2