Skip to main content

fixedIncidentRadiation

Description

The fixedIncidentRadiation is a boundary condition for thermal coupling for solid regions. It is used to emulate a fixed incident radiative heat flux on a wall.

The gradient heat flux is calculated as:

qr=ϵ(qr,incidentσT4) q_r = \epsilon*(q_{r, incident} - \sigma_ T^4)

where:

PropertyDescription
ϵ\epsilonEmissivity of the solid
qr,incidentq_{r, incident}Specified fixed incident radiation
TTTemperature

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type fixedIncidentRadiation;
qrIncident <scalarField>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: fixedIncidentRadiationwordyes-
qrIncidentIncident radiative heat fluxscalarFieldyes-

The inherited entries are elaborated in:

  • fixedGradientFvPatchField.H
  • temperatureCoupledBase.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version 2206