Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Kim & Ryu (2005)

San Diego State University

The big idea

The density field of supersonic turbulence is not a passive copy of the velocity field. Kim & Ryu simulate driven isothermal compressible turbulence (1Mrms101\lesssim \mathcal{M}_\mathrm{rms}\lesssim10) and measure the density power spectrum Pρ(k)kβP_\rho(k)\propto k^{-\beta}. Their central result: the density spectrum becomes shallower (flatter) as the Mach number rises, because supersonic turbulence sweeps mass into thin sheets, filaments, and ultimately point-like peaks — structures whose Fourier content is dominated by sharp edges (shallow spectra), not by a smooth cascade.

This is the opposite of the intuition you get from the velocity spectrum (Kolmogorov \to Burgers, which steepens from k5/3k^{-5/3} toward k2k^{-2}). Conflating the two is a common and consequential mistake.

Core results

Let the shell-integrated density spectrum scale as Eρ(k)ksE_\rho(k)\propto k^{-s}.

One dimension (compressive only): the profile changes from shock discontinuities at M1\mathcal{M}\sim1 to delta-function peaks at M1\mathcal{M}\gg1:

Eρk2 (M1, step functions)    Eρk0 (M1, peaks).E_\rho \propto k^{-2}\ (\mathcal{M}\sim1,\ \text{step functions}) \;\longrightarrow\; E_\rho \propto k^{0}\ (\mathcal{M}\gg1,\ \text{peaks}).

(These k2k^{-2} and k0k^{0} limits are the Burgers shock / strong-shock mass-concentration results of Saichev & Woyczynski 1996.)

Three dimensions (the relevant case), least-squares slopes over the inertial range:

Mrms\mathcal{M}_\mathrm{rms}Eρ(k)E_\rho(k) slope ssmorphology
1.2 (transonic)-1.73 (≈ Kolmogorov 5/3-5/3)discontinuity surfaces on a smooth field
3.4-1.08emerging sheets/filaments
7.3-0.75sheets + filaments
12.0-0.52dense filaments + knots

So the 3D density spectrum flattens monotonically with Mach number.

A convention you must get right (E(k) vs P₃D(k))

There are two spectra in circulation and they differ by k2k^2:

Kim & Ryu quote EρE_\rho (their transonic -1.73 is “close to Kolmogorov 5/3-5/3”, which is an E(k)E(k) statement). The progenax FDF Gaussian random field is built and measured in the P3DP_\mathrm{3D} convention (P3DkβP_\mathrm{3D}\propto k^{-\beta}, see gaussian_field.py). Translating:

βP3D=s+2:M=1.2 ⁣ ⁣3.73,    3.4 ⁣ ⁣3.08,    7.3 ⁣ ⁣2.75,    12 ⁣ ⁣2.52.\beta_{P_\mathrm{3D}} = s + 2:\qquad \mathcal{M}=1.2\!\to\!3.73,\;\;3.4\!\to\!3.08,\;\;7.3\!\to\!2.75,\;\;12\!\to\!2.52 .

i.e. the physical 3D density spectrum sits at β2.5\beta\approx2.53.7 and decreases with Mach — shallower than, and trending opposite to, a pure Kolmogorov/Burgers velocity spectrum.

Use in progenax

Notes