Hopkins 2013 presents a non-lognormal form of the probability distribution function of density in turbulence, depending primarily on a parameter T. I examine some of its properties here. All of the equations shown on this page are implemented in https://github.com/keflavich/turbulence_pdfs, in particular the functions moments_theoretical_hopkins and moments in hopkins_pdf.py.
The conservation equations, conservation of probability and mass
ρ0 = 1 is the definition used by Hopkins 2013. Part of the goal of this document is to generalize to ρ0 < > 1
The most important thing to do is determine the values of the moments of the distribution, including the integral corrections for the Dirac Delta function component of the PDF.
The PDF
The full form of the Hopkins PDF is
The mass-weighted PDF is
With definitions:
The ratio ρ ⁄ ρ0 is needed to ensure self-consistency: the mass PDF must also conserve probability, which means it must be scaled by 1 ⁄ ρ0.
These distributions are slightly different than those shown in Hopkins 2013. The m = 0 term in the summation version of the PDF yields a Dirac δ function in the integral form of the PDF. To quote Phil:
If you check, the summation expression is exact, and does exactly integrate to unity (and properly conserve mass) for any value of T or lambda (with u>0). But this is with the implicit understanding that the gamma-function distribution with exponent "m" should be taken to go to a delta-function about u=0 when m=0 (since otherwise it is ill defined; and physically this is the "no event/multiplication" case, so that's the only allowed case for the term in u).
Moment equations
The important moments are the mean and variance of the volume and mass density probability distribution and the volume and mass log-density probability distribution.
The definitions used here are E[ρ] ≡ < ρ > V, etc. The variance is computed as V[x] = E[x2] − E[x]2, which means we'll need to compute the moments of various combinations of variables.
Also, Slnρ, V ≡ V[lnρV]
In the moment equations, only the input to the PDF is scaled by a mean density ρ0; the "weighting factors" for the expectation value are not (i.e., we are measuring E[ρ], not E[ρ ⁄ rho0]).
Delta terms
These can be integrated analytically. In this section, I am just computing the means; the variances are more complicated.
Substitution: v = (lnρ ⁄ ρ0)/(T), dv = (1)/(T)dlnρ, ρ = ρ0ev*T, lnρ = vT + lnρ0
Solutions:
(for these next 3, I skipped intermediate steps)
Using ρ0 = 1 as defined in Hopkins 2013 simplifies all of these a great deal.
PDF Integrals
These cannot be integrated analytically.
However, we can work from a few simple mathematica/sympy results:
We use L instead of λ in these equations because it is often substituted in later equations.
Expectation Value of the Volume-Weighted Density E[ρ]
To get to the form of the above equations, we use the substitution
which gives us ρ in terms of x:
and leads to the rearrangement:
where the rightmost term is kept from the first moment above. The integral term can straightforwardly be broken apart into equations of the form shown above.
The same general approach can be followed for all expectation values, but we'll skip the detailed algebra.
Variance of the Volume-Weighted Density V[ρ] = Slnρ, V
However, the "correction factor" is still important:
Expectation Value of the Mass-Weighted Density EM[ρ]
Start from halfway through E[ρ], simply adding a factor of 2 in the exponent:
Follow the same math, with L = (λ)/(1 + 2T)
The right 2 terms cancel, yielding the value shown in Equation 7 of Hopkins 2013 scaled by ρ20. However, the right-most term is the correction factor from the Dirac Delta term needed to correct any numerical computation of the mass-weighted density.
Expectation Value of the Mass-Weighted Density Squared EM[ρ2]
Variance of the Mass-Weighted Density VM[ρ] = EM[ρ2] − EM[ρ]2
Since correction factors are given for EM[ρ2] and EM[ρ], they are not included separately here:
Expectation Value of the Volume-Weighted Log Density E[lnρ]
Expectation Value of the Mass-Weighted Log Density EM[lnρ]
Again, separate into integrable terms:
Expectation Value of the Mass-Weighted Log Density Squared EM[ln2ρ]
This time it's just too ugly. Define a new variable:
Add back the δ termG
Re-expand to see if it's simplifiable....
As expected, we recover the correct relation from Hopkins 2013:
independent of ρ0.
Properties of the Hopkins PDF
I began this investigation in order to find out whether a different parameter, i.e. something related to the compressiveness of the turbulent driving, could be responsible for the "discrepancy" between the Formaldehyde-derived density and the volume-averaged density of some clouds.
I naively expected that, in compressive turbulence, more of the mass will be concentrated at higher density, which should drive up the mass-weighted mean density.
Hopkins 2013 showed that T ∼ ℳC. If this is taken on face value, without recognizing the relation between T and σ, it means that for fixed σ, < ρ > M ∝ e − T2.
This figure shows the relation of the various moments and T. The plots show both the "theoretical" result (i.e., doing the integral by hand) and the numerical result with 50,000 data points plus a correction for the δ terms; the agreement is essentially perfect excepting some numerical noise (the only visible discrepancy is for a perfect lognormal at high σV):

However, Hopkins 2013 also found that simulations generally produced T ∼ 0.1σ2s, M (though a relation of the form T ∼ 0.25ln(1 + 0.25σ4s, M) is also a good fit).
If you use the simpler of these relations, the expected relationship (mean mass increasing with increasing "compressiveness") is recovered. However, it comes with an increasing σs. In these plots, half are labeled with σ and the others are labeled with T, though the two are equivalent. The highest σs observed in any of the simulations shown in Hopkins 2013 was about σs = 4 (marked with a black square below), so the maximum ρM ⁄ ρV ∼ 102.
