Radiation patches

The radiation patches are used to accelerate the solution of radiative heat transfer when using the Oppenheim method. This approach is not supported by the Gebhardt method.

The Oppenheim method is used to model radiative heat transfer by tracking the radiosity of each surface element. This is achieved through the automatic creation of non-geometric Oppenheim elements, which are incorporated into the thermal solution matrix.

The governing equation for radiative exchange in an enclosure using this method is:

Where:

  • εk is the emissivity of surface element k
  • Tk is the temperature of surface element k
  • To,k is the radiosity temperature of element k
  • Fkj is the view factor from element k to element j

The concept of coarse radiation patches is introduced to improve computational efficiency. In this approach, the Oppenheim elements of several adjacent surface elements are merged into a single patch.

On the left, many brown and green bars —representing elements and imaginary Oppenheim elements respectively— are connected by dotted lines. On the right, the green bars are grouped with fewer, simpler dotted connections.

However, this process can introduce false conduction paths—unintended thermal connections that do not physically exist. When multiple elements are patched together, especially across misaligned surfaces, the solver may incorrectly assume thermal connectivity between elements. To correct this, negative conductance terms are introduced between patched elements. These terms eliminate the artificial thermal pathways created by the patching process.

The solver scans the finite element mesh and automatically groups elements into patches based on the following criteria:

  • Elements must share at least one common node to be included in the same patch.
  • Patches cannot span across physical barriers, such as fences in the mesh.
  • All elements within a patch must have identical radiative characteristics, for example, emissivity, reflectivity.
  • The angle between the normals of adjacent elements must not exceed a specified limit, which is by default is 15°.

You can refine the automatic patching process as follows:

  • Define specific groups of elements to be patched together.
  • Specify groups of elements that should not be patched together.
  • Restrict patching to within defined groups.
  • Set allowable element size for patching.