Skip to main content

uniformInletOutlet

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:

PropertyDescriptionTypeRequiredDefault
typeType name: uniformInletOutletwordyes-
uniformInletValueUniform inlet value fieldFunction1<Type>yes-
phiName of flux fieldwordnophi

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