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:
where:
| Property | Description |
|---|---|
| Emissivity of the solid | |
| Specified fixed incident radiation | |
| Temperature |
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:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: fixedIncidentRadiation | word | yes | - |
qrIncident | Incident radiative heat flux | scalarField | yes | - |
The inherited entries are elaborated in:
- fixedGradientFvPatchField.H
- temperatureCoupledBase.H
Further information
Tutorial:
Source code:
API:
History: Introduced in version 2206