Skip to content
cfd-lab:~/en/posts/compressible-multiphase-…● online
NOTE #003DAY WED CFD기법DATE 2026.03.04READ 3 min readWORDS 432#CFD#Multiphase#Compressible-Flow#Introduction

Compressible Multiphase Flow CFD: Why It's Hard, Why It Matters

Why compressible multiphase numerics differ fundamentally from single-phase flow, and why this remains an active research field.

What Is Compressible Multiphase Flow?#

In fluid mechanics, multiphase flow refers to flows where two or more phases coexist. Water and air, fuel droplets in hot gas, or gas bubbles from underwater explosions are typical examples.

Add compressibility to the mix and the problem grows much harder. Each phase carries its own equation of state (EOS); shock waves form across the interface and undergo reflection, transmission, and refraction.

How It Differs from Single-Phase Compressible Flow#

The single-phase Euler equations read:

Ut+Fx=0\frac{\partial \mathbf{U}}{\partial t} + \frac{\partial \mathbf{F}}{\partial x} = 0

Here the conserved variables are U=[ρ,ρu,E]T\mathbf{U} = [\rho, \rho u, E]^T, and the system closes with a single EOS (e.g., ideal gas p=(γ1)ρep = (\gamma - 1)\rho e).

In multiphase flow, the EOS changes across the interface. If the gas region uses an ideal gas with γ=1.4\gamma = 1.4 and the liquid region uses a stiffened gas EOS:

p=(γ1)ρeγpp = (\gamma - 1)\rho e - \gamma p_\infty

Trouble appears numerically when the two EOS get mixed near the interface. Naively averaging conserved variables creates non-physical pressure oscillations.

Why It's Hard: Three Core Difficulties#

1. Pressure Oscillations at the Interface#

The most famous issue. Abgrall pointed it out in 1994, and resolving it became the starting point of multiphase numerics.

"The history of compressible multiphase numerics is the history of fighting pressure oscillations."

Plain conservative finite volume schemes produce spurious oscillations when γ\gamma takes intermediate values across the interface.

2. Variety of Equations of State#

Real problems demand more than ideal gas. Water uses the Tait EOS or stiffened gas EOS; high-pressure states call for the Jones–Wilkins–Lee (JWL) EOS; reactive flows couple chemistry with the EOS.

Generalizing Riemann solvers across all these EOS dramatically increases implementation complexity.

3. Interface Tracking vs. Interface Capturing#

How to handle the interface splits roughly into two camps:

ApproachMethodStrengthWeakness
Sharp interfaceGhost Fluid, Front TrackingCrisp interfaceHard to handle phase change
Diffuse interface5-equation, 6-equation modelNatural phase changeInterface smearing

Why It Matters#

Compressible multiphase simulation is central to many engineering domains:

  • Underwater explosion (UNDEX): ship survivability assessment
  • Supersonic combustion: fuel injection/mixing inside scramjet engines
  • Medical: bubble dynamics in shock-wave lithotripsy
  • Space propulsion: sloshing of cryogenic propellants

Coming Up Next#

The next post covers this field's core tool: the Riemann problem and Godunov-type schemes. We start with the single-phase Euler Riemann problem, then look at how it extends to multiphase flow.

Share if you found it helpful.