Skip to main content

inletOutletTotalTemperature

Description

The inletOutletTotalTemperature is a temperature boundary condition that provides an outflow condition for total temperature for use with supersonic cases, where a user-specified value is applied in the case of reverse flow.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type inletOutletTotalTemperature;
T0 <scalarField>;
gamma <scalar>;

// Optional entries
U <word>;
psi <word>;
phi <word>;

// Inherited entries;
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: inletOutletTotalTemperaturewordyes-
T0Total temperature patch fieldscalarFieldyes-
gammaHeat-capacity ratioscalaryes-
UName of velocity fieldwordnoU
psiName of compressibility fieldwordnopsi
phiName of flux fieldwordnophi

The inherited entries are elaborated in:

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 1.5