Participating Media Radiation Transfer

Category: 熱解析 > 輻射 | Integrated 2026-04-12
Participating media radiation transfer visualization showing RTE absorption emission and scattering in combustion gas
関与媒体の放射伝達:ガス中の吸収・放出・散乱による輻射エネルギー輸送の可視化

Theory and Physics

What is Participating Media?

🧑‍🎓

Professor, I'm hearing the term "participating media" for the first time. Does ordinary air also affect radiation?

🎓

Good question. Symmetric diatomic molecules like nitrogen (N₂) and oxygen (O₂) actually absorb and emit almost no infrared radiation. So air at room temperature is almost "transparent" to radiation.

However, polyatomic molecules like CO₂ and H₂O are a different story. These strongly absorb and simultaneously emit infrared radiation at specific wavelength bands (e.g., 2.7μm, 4.3μm, 15μm bands) corresponding to their molecular vibration frequencies. Media that "interact with radiant energy" like this are called participating media.

🧑‍🎓

I see... but in daily life, we don't feel like air is absorbing infrared radiation, right? In what situations does it become important?

🎓

The key points are temperature and scale. At room temperature over a 1m distance, gas radiation is almost negligible. But the story changes completely in situations like these:

  • Gas turbine combustion chamber (above 1500°C): Radiation from CO₂ and H₂O in the combustion gases accounts for 30–50% of the heat flux to the walls.
  • Industrial furnaces / boilers (1000–1600°C): Radiation becomes the primary mode of heat transfer from the high-temperature gases inside the furnace to the heated objects.
  • Large-scale fires: Radiant heat from flames causes fire spread to the surroundings. The contribution of soot particles is significant.
  • Atmospheric radiation: The Earth's greenhouse effect itself is an infrared absorption phenomenon by CO₂ and H₂O.

Roughly speaking, in systems where high-temperature gases exist, neglecting radiation can lead to fatal design errors.

🧑‍🎓

What? 30–50% of the wall heat flux is from gas radiation? That can't be ignored... Isn't just the view factor between surfaces enough?

🎓

Exactly. For surface-to-surface radiation, you only need to calculate the interaction between surfaces using the view factor $F_{ij}$. But when participating media is present, the medium itself becomes both an emitter and an absorber. Energy increases or decreases each time light passes through the medium. Therefore, you have to solve an integro-differential equation called the Radiative Transfer Equation (RTE).

Radiative Transfer Equation (RTE)

🧑‍🎓

Just hearing "RTE" sounds difficult... What kind of equation is it?

🎓

The RTE is an equation that describes "how the energy intensity changes as a light ray travels in a certain direction." In steady state, it looks like this:

$$\frac{dI(\mathbf{r}, \hat{\mathbf{s}})}{ds} = \underbrace{\kappa \, I_b(\mathbf{r})}_{\text{Emission}} - \underbrace{\kappa \, I(\mathbf{r}, \hat{\mathbf{s}})}_{\text{Absorption}} - \underbrace{\sigma_s \, I(\mathbf{r}, \hat{\mathbf{s}})}_{\text{Out-scattering}} + \underbrace{\frac{\sigma_s}{4\pi}\int_{4\pi} I(\mathbf{r}, \hat{\mathbf{s}}') \, \Phi(\hat{\mathbf{s}}' \to \hat{\mathbf{s}}) \, d\Omega'}_{\text{In-scattering}}$$
🎓

Let's organize the meaning of each term:

  • $I(\mathbf{r}, \hat{\mathbf{s}})$: Radiative intensity at position $\mathbf{r}$, direction $\hat{\mathbf{s}}$ [W/(m²·sr)]
  • $\kappa$: Absorption coefficient [1/m] — How much radiation the medium absorbs
  • $\sigma_s$: Scattering coefficient [1/m] — How much radiation the medium scatters
  • $I_b = \frac{\sigma T^4}{\pi}$: Blackbody radiative intensity (directional integral of the Planck function)
  • $\Phi(\hat{\mathbf{s}}' \to \hat{\mathbf{s}})$: Scattering phase function — Probability distribution of scattering from direction $\hat{\mathbf{s}}'$ to $\hat{\mathbf{s}}$

The left side is "the change in intensity when the ray travels a distance $ds$," and the four terms on the right correspond to "increase due to emission," "decrease due to absorption," "decrease due to scattering to other directions," and "increase due to scattering from other directions."

🧑‍🎓

So each of the four terms represents an increase or decrease. By the way, what makes this equation difficult compared to an ordinary differential equation?

🎓

Good point. There are three reasons why the RTE is difficult:

  1. 7-dimensional problem: 3 spatial dimensions × 2 directional dimensions × 1 wavelength dimension × 1 time dimension. Considering full spectrum and time dependence is enormous.
  2. Integro-differential equation: The scattering term contains an integral over the entire solid angle $4\pi$, so the solutions for all directions are coupled.
  3. Nonlinear coupling: Through the emission term $I_b \propto T^4$, it is nonlinearly coupled with the energy equation.

That's why it requires computational cost on par with—sometimes even exceeding—the Navier-Stokes equations.

An important relationship derived from the RTE is the radiative source term (the term added to the energy equation):

$$\nabla \cdot \mathbf{q}_r = \kappa \left( 4\sigma T^4 - G \right)$$

Here, $G = \int_{4\pi} I \, d\Omega$ is the irradiation, and $\sigma$ is the Stefan-Boltzmann constant ($5.67 \times 10^{-8}$ W/(m²·K⁴)). This term is incorporated as a heat source in the energy equation, coupling radiation with conduction and convection.

Optical Properties and Optical Thickness

🧑‍🎓

I often see the term "optical thickness." What does it specifically mean?

🎓

Optical thickness $\tau$ is a dimensionless number representing how much a medium attenuates radiation:

$$\tau = \beta \cdot L = (\kappa + \sigma_s) \cdot L$$

Here, $\beta = \kappa + \sigma_s$ is the extinction coefficient, and $L$ is the characteristic length.

🎓

The behavior of the medium changes significantly based on the optical thickness value:

Optical Thickness $\tau$ClassificationPhysical BehaviorSolution Guideline
$\tau < 0.1$Optically thinRadiation passes through almost unaffected. Contribution of absorption/emission is small.Can be handled with surface-to-surface radiation + correction for thin gas.
$0.1 < \tau < 3$Intermediate regionAbsorption, emission, and scattering are all important. Most difficult to analyze.DOM (S4 or higher) or Monte Carlo method required.
$\tau > 3$Optically thickRadiation is absorbed and re-emitted over short distances. Behaves diffusively.P1 approximation or Rosseland diffusion approximation are effective.

For example, CO₂-rich combustion gas inside a gas turbine combustor is classified as optically thick with $\tau \approx 5\sim10$. On the other hand, for a distance of about 1m in the atmosphere, $\tau \ll 0.1$, making it optically thin.

🧑‍🎓

So the applicable approximation method changes depending on the optical thickness. It makes intuitive sense that the intermediate region is the most troublesome.

Gas Radiation Property Models

🧑‍🎓

Professor, the absorption coefficient of CO₂ and H₂O is completely different depending on the wavelength, right? How is that handled?

🎓

That's the most troublesome problem in gas radiation. The actual absorption spectrum of CO₂/H₂O has an extremely complex structure consisting of hundreds of thousands of spectral lines. The absorption coefficient varies by orders of magnitude at wavelength intervals of 0.01 cm⁻¹, so the Line-by-Line (LBL) method, which directly calculates the full spectrum, requires tens to hundreds of thousands of wavelength bands, making it impractical for engineering calculations.

Therefore, in practice, band models or global models like the following are used:

🎓

WSGGM (Weighted Sum of Gray Gases Model)

This is the most widely used model. It approximates the radiative properties of a real gas as a weighted sum of $N$ hypothetical gray gases:

$$\varepsilon(T, pL) = \sum_{i=0}^{N} a_{\varepsilon,i}(T) \left[ 1 - e^{-\kappa_i \, pL} \right]$$

Here, $a_{\varepsilon,i}(T)$ are temperature-dependent weighting coefficients, $\kappa_i$ is the absorption coefficient of the $i$-th gray gas, and $pL$ is pressure × path length. $i=0$ corresponds to the "transparent window" with $\kappa_0 = 0$.

🎓

The advantage of WSGGM is that engineering sufficient accuracy (within 5% compared to LBL) can be achieved with typically 3–5 gray gases. Representative weighting coefficients, such as those by Smith et al. (1982), are famous and are implemented by default in most CFD solvers.

However, there are also points to note:

  • It assumes a gas column with uniform temperature and composition → Modifications are needed for application to non-uniform fields.
  • For systems where the CO₂/H₂O molar ratio changes (coal combustion vs. gas combustion), a different coefficient set should be used.
  • At high pressures (above 10 atm), coefficients considering pressure broadening effects are necessary.
🧑‍🎓

Are there methods other than WSGGM?

🎓

Of course. They are chosen based on the trade-off between accuracy and computational cost:

ModelAccuracyComputational CostApplication Scenario
Line-by-Line (LBL)Highest (reference solution)Extremely highBenchmarking / verification
SNB (Statistical Narrow Band)HighHighDetailed analysis for research purposes
WSGGMEngineering sufficientLowStandard for industrial CFD
Gray GasLowLowestConceptual design stage

Soot Particle Radiation

🧑‍🎓

In combustion analysis, "soot" is often discussed. How does radiation change when soot is present?

🎓

Soot is a very special entity from a radiation perspective. While gas molecules absorb and emit only at specific wavelength bands, soot particles interact with radiation across the entire continuous spectrum. In other words, soot behaves as an "almost gray" participating medium.

The absorption coefficient due to soot is approximated by:

$$\kappa_{soot} = C \cdot f_v \cdot T$$

Here, $f_v$ is the soot volume fraction (typically $10^{-7} \sim 10^{-5}$), $T$ is temperature [K], and $C$ is a constant (approximately 1860 m⁻¹K⁻¹). The total absorption coefficient is summed as $\kappa_{total} = \kappa_{gas} + \kappa_{soot}$.

🎓

For example, in a flame containing soot with volume fraction $f_v = 10^{-6}$ and temperature 1500K, $\kappa_{soot} \approx 2.8$ m⁻¹. This is on the same order as the absorption coefficient of CO₂, meaning even a small amount of soot has a massive impact on radiation. In diesel engine combustion chambers or pool fires, radiation from soot often becomes dominant.

Coffee Break Trivia Corner

Hottel's Gas Radiation Charts — The Origin of Radiation Engineering

Research on radiation in participating media was started in the 1920s by Horace Hottel at MIT. He experimentally compiled the total emissivity of CO₂/H₂O as a function of temperature and pressure×path length (pL) into charts. In an era without digital computers, engineers designed industrial furnaces using only these charts and hand calculations. The WSGGM proposed by Smith, Shen, and Friedman in 1982 was a groundbreaking work that mathematically fitted these Hottel charts into a form implementable in CFD solvers. Even today, the accuracy of WSGGM is often validated against consistency with Hottel charts.

Physical Meaning of Each RTE Term
  • Emission term $\kappa I_b$: According to Kirchhoff's law, a good absorber is also a good emitter. The medium emits blackbody radiation $I_b = \sigma T^4/\pi$ isotropically according to the local temperature $T$. Higher temperature gases emit radiant energy more strongly.
  • Absorption term $-\kappa I$: Energy is absorbed and converted to heat as the ray passes through the medium. This is the differential form of Beer's law $I = I_0 e^{-\kappa s}$. The stronger the absorption, the less far the light travels.
  • Out-scattering term $-\sigma_s I$: The ray in the direction of interest is lost by scattering into other directions. Important in systems containing particles like soot, dust, or droplets. Scattering is almost zero in pure gases.
  • In-scattering term $\frac{\sigma_s}{4\pi}\int I \Phi \, d\Omega'$: Radiant energy scattered from other directions adds to the direction of interest. The distribution changes depending on whether the phase function $\Phi$ favors forward scattering (Mie scattering) or isotropic scattering.
Dimensional Analysis and Unit System
VariableSI UnitTypical Value / Notes
Radiative intensity $I$W/(m²·sr)Direction-dependent quantity. Integral over all solid angles gives radiative flux density.
Absorption coefficient $\kappa$1/mCO₂(1atm, 1000K): 0.1–10 m⁻¹ (wavelength dependent)
Scattering coefficient $\sigma_s$1/mPure gas: ≈0, Soot-containing: 0.01–1 m⁻¹
Optical thickness $\tau$Dimensionless$\tau = \beta L$. Combustion furnace: 5–10, Atmosphere 1m: ≪0.01
Blackbody radiative intensity $I_b$W/(m²·sr)$I_b = \sigma T^4/\pi$. 1500K: approx. 94 kW/(m²·sr)
Irradiation $G$W/m²$G = \int_{4\pi} I \, d\Omega$

Numerical Methods and Implementation

Discrete Ordinates Method (DOM)

🧑‍🎓

How do you actually solve the RTE on a computer? The directional integral seems tough...

🎓

The most widely used method is the Discrete Ordinates Method (DOM). The idea is simple: represent the continuous direction $\hat{\mathbf{s}}$ with a finite number of discrete directions $\hat{\mathbf{s}}_m$ ($m=1, \ldots, M$) and solve the RTE for each direction.

In DOM, the RTE is approximated for each discrete direction $\hat{\mathbf{s}}_m$ as follows:

$$\hat{\mathbf{s}}_m \cdot \nabla I_m = \kappa I_b - \beta I_m + \frac{\sigma_s}{4\pi} \sum_{m'=1}^{M} w_{m'} \, \Phi_{mm'} \, I_{m'}$$

Here, $I_m = I(\mathbf{r}, \hat{\mathbf{s}}_m)$, $w_{m'}$ is the quadrature weight for direction $m'$. The S$_N$ approximation is widely used for selecting directions, where the value of $N$ determines the accuracy:

$S_N$ OrderNumber of Directions (3D)AccuracyComputational CostApplication Guideline
S28LowLowPreliminary calculations / trend understanding
S424MediumMediumMinimum line for general industrial calculations
S648HighHighStandard detailed analysis
S880Very HighVery HighPrecise analysis of optically thin regions
🧑‍🎓

Increasing directions improves accuracy, but also increases computational cost. In practice, is S4 the standard?

🎓

Right, in practice, S4–S6 are the most commonly used. S2 has too low directional resolution and is prone to an artificial striped pattern called the ray effect. Conversely, S8 and above cause computational costs to skyrocket, so they are limited to cases where high accuracy is absolutely required.

The strengths of DOM are:

  • Can be used regardless of optical thickness (covers optically thin to thick).
  • Can handle systems with strong scattering.
  • Compatible with unstructured grids.
  • Implemented in almost all CFD solvers.

The weakness is that it becomes a system of equations with "number of directions × number of spatial mesh cells," leading to high memory consumption.

P1 Approximation (Spherical Harmonics Method)

🧑‍🎓

What other methods are there besides DOM? I've heard of something called the P1 approximation.

🎓
関連シミュレーター

この分野のインタラクティブシミュレーターで理論を体感しよう

ビューファクタ計算 熱解析シミュレーター一覧
この記事の評価
ご回答ありがとうございます!
参考に
なった
もっと
詳しく
誤りを
報告
参考になった
0
もっと詳しく
0
誤りを報告
0
Written by NovaSolver Contributors
Anonymous Engineers & AI — サイトマップ