Skip to main content

MarshakRadiationFixedTemperature

Description

The MarshakRadiationFixedTemperature is a mixed boundary condition that provides a Marshak condition for the incident radiation field (usually written as G).

The radiation temperature field across the patch is supplied by the user using the Trad entry.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type MarshakRadiationFixedTemperature;
Trad <scalarField>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: MarshakRadiationFixedTemperaturewordyes-
TradRadiation temperature fieldscalarFieldyes-

The inherited entries are elaborated in:

  • mixedFvPatchFields.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.4.0