VOOZH about

URL: https://en.wikipedia.org/wiki/Direct_numerical_simulation

โ‡ฑ Direct numerical simulation - Wikipedia


Jump to content
From Wikipedia, the free encyclopedia
Simulation in computational fluid dynamics
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Direct numerical simulation" โ€“ news ยท newspapers ยท books ยท scholar ยท JSTOR
(March 2020) (Learn how and when to remove this message)

A direct numerical simulation (DNS)[1][2] is a simulation in computational fluid dynamics (CFD) in which the Navierโ€“Stokes equations are numerically solved without any turbulence model. This means that the whole range of spatial and temporal scales of the turbulence must be resolved. All the spatial scales of the turbulence must be resolved in the computational mesh, from the smallest dissipative scales (Kolmogorov microscales), up to the integral scale ๐Ÿ‘ {\displaystyle L}
, associated with the motions containing most of the kinetic energy. The Kolmogorov scale, ๐Ÿ‘ {\displaystyle \eta }
, is given by

๐Ÿ‘ {\displaystyle \eta =(\nu ^{3}/\varepsilon )^{1/4}}

where ๐Ÿ‘ {\displaystyle \nu }
is the kinematic viscosity and ๐Ÿ‘ {\displaystyle \varepsilon }
is the rate of kinetic energy dissipation. On the other hand, the integral scale depends usually on the spatial scale of the boundary conditions.

To satisfy these resolution requirements, the number of points ๐Ÿ‘ {\displaystyle N}
along a given mesh direction with increments ๐Ÿ‘ {\displaystyle h}
, must be

๐Ÿ‘ {\displaystyle Nh>L,\,}

so that the integral scale is contained within the computational domain, and also

๐Ÿ‘ {\displaystyle h\leq \eta ,\,}

so that the Kolmogorov scale can be resolved.

Since

๐Ÿ‘ {\displaystyle \varepsilon \approx {u'}^{3}/L,}

where ๐Ÿ‘ {\displaystyle u'}
is the root mean square (RMS) of the velocity, the previous relations imply that a three-dimensional DNS requires a number of mesh points ๐Ÿ‘ {\displaystyle N^{3}}
satisfying

๐Ÿ‘ {\displaystyle N^{3}\geq \mathrm {Re} ^{9/4}=\mathrm {Re} ^{2.25}}

where ๐Ÿ‘ {\displaystyle \mathrm {Re} }
is the turbulent Reynolds number:

๐Ÿ‘ {\displaystyle \mathrm {Re} ={\frac {u'L}{\nu }}.}

Hence, the memory storage requirement in a DNS grows very fast with the Reynolds number. In addition, given the very large memory necessary, the integration of the solution in time must be done by an explicit method. This means that in order to be accurate, the integration, for most discretization methods, must be done with a time step, ๐Ÿ‘ {\displaystyle \Delta t}
, small enough such that a fluid particle moves only a fraction of the mesh spacing ๐Ÿ‘ {\displaystyle h}
in each step. That is,

๐Ÿ‘ {\displaystyle C={\frac {u'\Delta t}{h}}<1}

(๐Ÿ‘ {\displaystyle C}
is here the Courant number). The total time interval simulated is generally proportional to the turbulence time scale ๐Ÿ‘ {\displaystyle \tau }
given by

๐Ÿ‘ {\displaystyle \tau ={\frac {L}{u'}}.}

Combining these relations, and the fact that ๐Ÿ‘ {\displaystyle h}
must be of the order of ๐Ÿ‘ {\displaystyle \eta }
, the number of time-integration steps must be proportional to ๐Ÿ‘ {\displaystyle L/(C\eta )}
. On the other hand, from the definitions for ๐Ÿ‘ {\displaystyle \mathrm {Re} }
, ๐Ÿ‘ {\displaystyle \eta }
and ๐Ÿ‘ {\displaystyle L}
given above, it follows that

๐Ÿ‘ {\displaystyle {\frac {L}{\eta }}\sim \mathrm {Re} ^{3/4},}

and consequently, the number of time steps grows also as a power law of the Reynolds number.

One can estimate that the number of floating-point operations required to complete the simulation is proportional to the number of mesh points and the number of time steps, and in conclusion, the number of operations grows as ๐Ÿ‘ {\displaystyle \mathrm {Re} ^{3}}
.

Therefore, the computational cost of DNS is very high, even at low Reynolds numbers. For the Reynolds numbers encountered in most industrial applications, the computational resources required by a DNS would exceed the capacity of the most powerful computers currently available. However, direct numerical simulation is a useful tool in fundamental research in turbulence. Using DNS it is possible to perform "numerical experiments", and extract from them information difficult or impossible to obtain in the laboratory, allowing a better understanding of the physics of turbulence. Also, direct numerical simulations are useful in the development of turbulence models for practical applications, such as sub-grid scale models for large eddy simulation (LES) and models for methods that solve the Reynolds-averaged Navierโ€“Stokes equations (RANS). This is done by means of "a priori" tests, in which the input data for the model is taken from a DNS simulation, or by "a posteriori" tests, in which the results produced by the model are compared with those obtained by DNS.

References

[edit]
  1. ^ Here the origin of the term direct numerical simulation (see e.g. p. 385 in Orszag, Steven A. (1970). "Analytical Theories of Turbulence". Journal of Fluid Mechanics. 41 (1970): 363โ€“386. Bibcode:1970JFM....41..363O. doi:10.1017/S0022112070000642. S2CID 122834319.) owes to the fact that, at that time, there were considered to be just two principal ways of getting theoretical results regarding turbulence, namely via turbulence theories (like the direct interaction approximation) and directly from solution of the Navierโ€“Stokes equations.
  2. ^ https://eprints.soton.ac.uk/66182/1/A_primer_on_DNS.pdf "A Primer on Direct Numerical Simulation of Turbulence โ€“ Methods, Procedures and Guidelines", Coleman and Sandberg, 2010

External links

[edit]