HOME

TheInfoList



OR:

A direct numerical simulation (DNS)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 is a
simulation A simulation is an imitative representation of a process or system that could exist in the real world. In this broad sense, simulation can often be used interchangeably with model. Sometimes a clear distinction between the two terms is made, in ...
in
computational fluid dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid dynamics, fluid flows. Computers are used to perform the calculations required ...
(CFD) in which the
Navier–Stokes equations The Navier–Stokes equations ( ) are partial differential equations which describe the motion of viscous fluid substances. They were named after French engineer and physicist Claude-Louis Navier and the Irish physicist and mathematician Georg ...
are numerically solved without any turbulence model. This means that the whole range of spatial and temporal scales of the
turbulence In fluid dynamics, turbulence or turbulent flow is fluid motion characterized by chaotic changes in pressure and flow velocity. It is in contrast to laminar flow, which occurs when a fluid flows in parallel layers with no disruption between ...
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 L, associated with the motions containing most of the kinetic energy. The Kolmogorov scale, \eta, is given by :\eta=(\nu^/\varepsilon)^ where \nu is the kinematic viscosity and \varepsilon is the rate of
kinetic energy In physics, the kinetic energy of an object is the form of energy that it possesses due to its motion. In classical mechanics, the kinetic energy of a non-rotating object of mass ''m'' traveling at a speed ''v'' is \fracmv^2.Resnick, Rober ...
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 N along a given mesh direction with increments h, must be :Nh > L,\, so that the integral scale is contained within the computational domain, and also :h \leq \eta,\, so that the Kolmogorov scale can be resolved. Since :\varepsilon \approx ^3/L, where u' is the
root mean square In mathematics, the root mean square (abbrev. RMS, or rms) of a set of values is the square root of the set's mean square. Given a set x_i, its RMS is denoted as either x_\mathrm or \mathrm_x. The RMS is also known as the quadratic mean (denote ...
(RMS) of the
velocity Velocity is a measurement of speed in a certain direction of motion. It is a fundamental concept in kinematics, the branch of classical mechanics that describes the motion of physical objects. Velocity is a vector (geometry), vector Physical q ...
, the previous relations imply that a three-dimensional DNS requires a number of mesh points N^ satisfying :N^\ge \mathrm^ = \mathrm^ where \mathrm is the turbulent
Reynolds number In fluid dynamics, the Reynolds number () is a dimensionless quantity that helps predict fluid flow patterns in different situations by measuring the ratio between Inertia, inertial and viscous forces. At low Reynolds numbers, flows tend to ...
: :\mathrm=\frac. 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 In applied mathematics, discretization is the process of transferring continuous functions, models, variables, and equations into discrete counterparts. This process is usually carried out as a first step toward making them suitable for numeri ...
methods, must be done with a time step, \Delta t, small enough such that a fluid particle moves only a fraction of the mesh spacing h in each step. That is, :C = \frac < 1 (C is here the Courant number). The total time interval simulated is generally proportional to the turbulence time scale \tau given by :\tau=\frac. Combining these relations, and the fact that h must be of the order of \eta, the number of time-integration steps must be proportional to L/(C\eta). On the other hand, from the definitions for \mathrm, \eta and L given above, it follows that :\frac \sim \mathrm^, and consequently, the number of time steps grows also as a
power law In statistics, a power law is a Function (mathematics), functional relationship between two quantities, where a Relative change and difference, relative change in one quantity results in a relative change in the other quantity proportional to the ...
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 \mathrm^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 Large eddy simulation (LES) is a mathematical model for turbulence used in computational fluid dynamics. It was initially proposed in 1963 by Joseph Smagorinsky to simulate atmospheric air currents, and first explored by Deardorff (1970). LES is ...
(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


External links


DNS page
at CFD-Wiki {{DEFAULTSORT:Direct Numerical Simulation Fluid dynamics Turbulence Turbulence models