Skip to main content

compressible-thermalBaffle

Description

The compressible::thermalBaffle is a boundary condition that provides a coupled temperature condition between multiple mesh regions.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type thermalBaffle;

// Optional entries
internal <bool>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: compressible-thermalBafflewordyes-
internalFlag to deduce if the baffle is internalboolnotrue

The inherited entries are elaborated in:

  • turbulentTemperatureRadCoupledMixedFvPatchScalarField.H
  • thermalBaffleModel.H
  • extrudePatchMesh.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version 2.2.0