Conjugate Scalar Transport
- Conjugate scalar transport is the modeling of scalar fields across fluid and solid phases with prescribed discontinuities at sharp interfaces.
- It employs a volume penalization method with diffuse-interface representations to seamlessly integrate advection–diffusion in fluids and pure diffusion in solids.
- Validation studies show that the method captures both scalar and flux jumps with relative errors below 3%, ensuring reliable simulations in complex geometries.
Conjugate scalar transport governs the coupled evolution of a scalar field—such as temperature or concentration—in multiphase domains, typically involving both fluid and solid regions separated by a sharp interface. This phenomenon is central to a wide range of thermal and chemical processes wherein the scalar and its normal flux may exhibit prescribed discontinuities (“jump conditions”) across the interface. Mathematical and computational treatments of conjugate scalar transport must systematically unify advection–diffusion equations with diverse interfacial boundary conditions over complex geometries (Liu et al., 15 Jan 2026).
1. Governing Equations for Multiphase Domains
Given a domain partitioned into fluid () and solid (), distinct scalar fields and are defined for each phase. The canonical governing equations are:
- In the fluid (advection–diffusion):
- In the solid (pure diffusion):
where is the velocity, and , are the molecular diffusivities in each region.
At the sharp interface , the following generalized interfacial boundary conditions are imposed:
where is the outward unit normal from solid to fluid and , are prescribed jumps in scalar and normal flux, respectively.
2. Diffuse-Interface Representation and Penalization Methodology
Simulations of conjugate scalar transport involving arbitrary interface geometry are computationally challenging, particularly when accommodating jump conditions. The volume penalization method (VPM), an immersed boundary approach, provides a framework for unifying the treatment of disparate subdomains and enforcing interfacial jump conditions (Liu et al., 15 Jan 2026).
A signed-distance level-set function encodes the interface: on , in , in . A smoothed phase indicator transitions from $0$ (fluid) to $1$ (solid) over a thickness , defined as
The unit normal is given by .
For problems with a flux jump (pure Neumann), the penalization introduces a source confined to the interfacial region:
This source asymptotically approaches a Dirac delta at as , enforcing the required flux jump in the integral sense.
3. Unified Penalized Equation and Extension to Scalar Jumps
The volume penalization approach enables the solution of a unified equation across , with space-dependent coefficients:
where
If both scalar and flux jumps exist (, ), an equivalent scalar field is defined, with
such that on . The effective interfacial flux jump is
and the final penalized system becomes
Recovery of is achieved via (Liu et al., 15 Jan 2026).
4. Discretization and Computational Implementation
The VPM for conjugate scalar transport utilizes a finite-volume discretization on a Cartesian mesh. Second-order central differences are employed for both advection and diffusion operators. Time integration is handled by the fully implicit Euler scheme (first order in time). The interface mask, including the phase indicator and unit normal, is computed from the analytic or reinitialized level-set ; typically, with (where is the grid spacing). Adaptive mesh refinement (AMR) can be activated in regions where to ensure an adequate number of cells across the interface.
Outline of the VPM Algorithm
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Given signed-distance φ₀(x) on the Cartesian mesh:
1. Compute phase-indicator φ(x) and unit normal n(x) = −∇φ₀/|∇φ₀|.
2. Set D(x), α(x) from φ₀.
3. Initialize h(x,0) = α(x)·c₀(x).
Loop over time steps:
a. Recompute ∂ₙh ≈ n · ∇h.
b. Compute interfacial flux jump source:
S_jump = ∇·[q_w*(x) · φ(x) · n(x)],
where q_w*(x) = D(x)(1−1/α(x))·∂ₙh + prescribed g₂(x,t).
c. Assemble and solve (implicit Euler):
(h^{n+1} − h^n)/Δt + u·∇h^{n+1}
= ∇·[D ∇h^{n+1}] + S_jump^{n+1}.
d. Recover c^{n+1} = h^{n+1}/α.
end loop |
5. Validation, Error Analysis, and Comparison
The VPM has been verified in several canonical test problems:
- 1D diffusion with pure Neumann boundary: For , analytical solution is recovered with first-order grid convergence. Average relative error is approximately for , improving over the previous method (Brown-Dymkoski et al. 2014) which incurred up to error and exhibited nonphysical in the solid.
- 2D fluid–solid coupled diffusion: For a cylindrical geometry ( in ), four cases with varying closely match reference body-fitted mesh (BFM) simulations; all relative deviations along are below (mean ). Mesh convergence on Cartesian grids with AMR achieves less than change for cells.
- 2D advection–diffusion: At , , , , on a cylinder of in , the VPM achieves a relative deviation of approximately versus BFM (chtMultiRegionFoam). Both scalar and flux jumps are captured.
In all test cases, the VPM enforces the interfacial jump in an integral sense while confining the penalization source to the narrow interfacial band, thereby avoiding pollution of the solid region (Liu et al., 15 Jan 2026).
6. Advantages, Limitations, and Interpretations
The VPM presented provides a unified diffuse-interface formulation for fluid–solid conjugate scalar transport, accommodating arbitrary jumps in scalar and its flux. It eliminates the need for explicitly body-fitted grids, simplifies mesh generation for complex geometries, and enables application of standard finite-volume tools. Relative errors typically remain below in challenging multiphase test cases.
A plausible implication is that this approach facilitates accurate and efficient simulation in cases with complex interface geometry and general jump conditions, which are prevalent in thermal and chemical engineering contexts. However, grid convergence is first-order rather than second-order in the vicinity of the interface, due to the diffuse treatment; this may limit its use in applications where higher-order interface capturing is essential (Liu et al., 15 Jan 2026).
7. Related Directions and Significance
The VPM methodology constitutes a significant development for simulating conjugate transport across multiphase domains with nontrivial boundary conditions. Its validation against reference body-fitted mesh methods, as well as its compact divergence-form source for interfacial jumps, position it as a promising approach for complex engineering scenarios without requiring elaborate mesh construction. The method’s utility for cases with both scalar and flux jumps, combined with robust error characteristics and absence of nonphysical interior contamination, underscores its practical value in computational studies of multiphase transport phenomena (Liu et al., 15 Jan 2026).