Radiative Heat Transfer Models

Radiative Heat Transfer Models

This section details the mathematical formulations and API structures of the radiative transfer equation (RTE) solvers.

1. Governing Radiative Transfer Equation (RTE)

Radiative energy transport through an absorbing, emitting, and scattering medium along a direction vector is governed by: where is the spectral radiative intensity, is the spectral absorption coefficient, is the scattering coefficient, and is the blackbody emission.

2. Spherical Harmonics (P1) Radiation Model

The P1 model simplifies the RTE to a system of second-order diffusion equations for the incident radiation :

where the diffusion coefficient is:

P1 Boundary Conditions

At solid boundaries, a partial-flux balance yields: where is the wall emissivity and is the wall temperature.

3. Discrete Ordinates Method (DOM)

The DOM discretizes the angular space into discrete directions with weights . The RTE is solved independently along each ordinate direction:

3.1 Unstructured Angular Sweeps

On unstructured hexahedral grids, intensities are swept cell-by-cell downstream along the direction vectors. Cell-face intensities are calculated using spatial differencing schemes:

3.2 DOM Boundary Conditions

For incoming directions (), intensity is defined by wall reflection and emission:

4. Multi-Physics Coupling API

  • Coupling Source (qrad): The net radiative heat source added to the energy equation is: where is the Stefan-Boltzmann constant.
  • Spectral Channel Bands: Supports splitting the spectrum into discrete absorption bands, with spectral properties computed from temperature and species fields using gray-gas or WSGGM models.