Andre Weiner, Institute of Fluid Mechanics
direct numerical simulation: direct solution of the Navier-Stokes equations without turbulence modeling (in the turbulent flow regime). Typically, (almost) all spatial and temporal scales are resolved
reasons for performing DNS
challenges of DNS
DNS flow solvers are highly specialized and often unique.
considerations
finite difference method: approximation of partial derivatives based on Taylor series
$\rightarrow$ sometimes used for DNS
finite volume method: divergence theorem and Taylor series approximations
$\rightarrow$ rarely used for DNS
spectral method: global basis basis functions substituted in PDE; optimization of coefficients
$\rightarrow$ initial go-to method for DNS
spectral element method: similar to spectral method but with local basis functions
$\rightarrow$ reasonable choice for DNS
discontinuous Galerkin method: local, non-continuous basis functions
$\rightarrow$ reasonable choice for DNS
strategy
Kolmogorov hypotheses (assuming large $Re$)
Kolmogorov scales
only based on dimensionality analysis
estimate for dissipation
$$ \varepsilon \approx \frac{u_0^3}{l_0} $$
ratio of larges to smallest scales
very rough estimate
estimate for computational cost
doubling $Re$ yields roughly $8\times$ comp. cost
Decaying homogeneous isotropic turbulence in a box; $\overline{u}_i = 0$, $\overline{u_x^\prime u_x^\prime} = \overline{u_y^\prime u_y^\prime} = \overline{u_z^\prime u_z^\prime}$, fluctuations uncorrelated.
How to verify Kolmogorov's hypotheses experimentally?
$\rightarrow$ Taylor hypothesis $\partial_t(\dots) = -\overline{u}\partial_x(\dots)$