A 'mixed' boundary condition that implements a Marshak condition for the incident radiation field (usually written as G). More...
#include <MarshakRadiationFixedTemperatureFvPatchScalarField.H>
A 'mixed' boundary condition that implements 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.
| Property | Description | Required | Default value |
|---|---|---|---|
T | temperature field name | no | T |
Example of the boundary condition specification:
<patchName>
{
type MarshakRadiationFixedTemperature;
Trad uniform 1000; // radiation temperature field
value uniform 0; // place holder
}