Skip to main content

wallHeatTransfer

Description

The wallHeatTransfer is a boundary condition that provides an enthalpy condition for wall heat transfer.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type wallHeatTransfer;
Tinf <scalarField>;
alphaWall <scalarField>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: wallHeatTransferwordyes-
TinfTemperature at the wallscalarListyes-
alphaWallThermal diffusivity at the wallscalarListyes-

The inherited entries are elaborated in:

  • mixedFvPatchFields.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version v2206