Navier-Stokes equations

In fluid dynamics, the Navier-Stokes equations, named after Claude-Louis Navier and George Gabriel Stokes are a set of nonlinear partial differential equations that describe the flow of fluids such as liquids and gases. For example, they model weather or the movement of air in the atmosphere, ocean currents, water flow in a pipe, as well as many other fluid flow phenomena.

Although the full, unsteady Navier-Stokes equations correctly describe nearly all flows of practical interest, they are too complex for practical solution in many cases and a special "reduced" form of the full equations is often used instead — these are the Reynolds-averaged Navier-Stokes (RANS) equations. The solution of the full steady Navier-Stokes equations is sufficiently accurate alone for cases where the fluid flow is laminar. For turbulent flows the Reynolds-averaged form of the equations are most commonly used. The RANS form of the equations introduce new terms that reflect the additional modeling of the small turbulent motions.

Solution of flow equations by numerical methods is called computational fluid dynamics.

It is a famous open question whether smooth initial conditions always lead to smooth solutions for all times; a $1,000,000 prize was offered in May 2000 by the Clay Mathematics Institute for the answer to this question.

Contents

Basic assumptions

The equations are derived by considering the mass, momentum, and energy balances for an infinitesimal control volume.

Indeed NS equations assume that the fluid is a continuum. They are conservation equations over a control volume which we will call <math>\Omega<math>, which keeps the portion of the fluid which is studied. Unfortunately, <math>\Omega<math> depends on time, and the conservation laws need then to be modified so as to be valid on arbitrary control volumes.

The substantive derivative

main article: substantive derivative.

Before going into the details of the Navier-Stokes equations, one must first define an operator:

<math>\frac{D}{Dt}(\cdot)<math>

This is the usual time derivative, but when following a particle of the fluid. The full form is:

<math>\frac{\partial(\cdot)}{\partial t} + \mathbf{v}\nabla(\cdot)<math>

The integral form of a conservation law L over the control volume <math>\Omega<math> is:

<math>\frac{d}{dt}\int_\Omega \mathbf{L}\; d\Omega = 0<math>

Using the particular derivative, one can swap the <math>\frac{d}{dt}<math> and <math>\int<math> operators:

<math>\int_\Omega \frac{D}{Dt}\mathbf{L}\; d\Omega = 0\quad \forall \Omega<math>

As this expression is valid for all <math>\Omega<math>, it simplifies to:

<math>\frac{D}{Dt}\mathbf{L} = 0<math>

Conservation laws

Main article: conservation laws.

the NS equations are derived from conservation laws using the transformation described above and need to be closed using state laws.

Over a control volume, using the transformation described above, the following quantities are deemed conserved:

Equation of continuity

Conservation of mass is written:

<math>\frac{D\rho}{D t} + \rho\nabla\mathbf{v}= 0<math>

where

<math>\rho<math> is the density of the fluid.

In the case of an incompressible fluid <math>\rho<math> is not a function of time; the equation is reduced to:

<math>\nabla\mathbf{v} = 0<math>

Conservation of momentum

Conservation of momentum is written:

<math>\frac{\partial\rho\mathbf{v}}{\partial t} + \nabla(\rho\mathbf{v}\otimes\mathbf{v}) = \sum\mathbf{F}<math>

Note that <math>\mathbf{v}\otimes\mathbf{v}<math> is a tensor, the <math>\otimes<math> representing the tensor product.

We can simplify it further, this becomes:

<math>\rho\frac{D\mathbf{v}}{D t}=\sum\mathbf{F}<math>

In which we recognise the usual F=ma.

The equations

General form

The form of the equations

The general form of the Navier-Stokes equations is:

<math>\rho\frac{D\mathbf{v}}{D t} = \nabla \mathbb{P} + \rho\mathbf{f}<math>

For the conservation of momentum. The tensor <math>\mathbb{P}<math> represents the surface forces applied on a fluid particle. In general, we have the form:

<math>\nabla \mathbb{P} = \begin{pmatrix}

\frac{\partial \sigma_{xx}}{\partial x} & \frac{\partial\tau_{yx}}{\partial y} & \frac{\partial\tau_{zx}}{\partial z} \\ \\ \frac{\partial\tau_{xy}}{\partial x} & \frac{\partial \sigma_{yy}}{\partial y} & \frac{\partial\tau_{zy}}{\partial z} \\ \\ \frac{\partial\tau_{xz}}{\partial x} & \frac{\partial\tau_{yz}}{\partial y} & \frac{\partial\sigma_{zz}}{\partial z}\end{pmatrix} <math>

To which we add the continuity equation:

<math>\frac{D\rho}{Dt} + \rho\nabla\mathbf{v} = 0<math>

The nature of the diagonal of <math>\mathbb{P}<math> is known, it is the gradient of pressure, thus:

<math>\nabla \mathbf{\sigma} = \nabla p<math>

where

p is the pressure

finally, we have:

<math>\rho\frac{D\mathbf{v}}{D t} = \nabla p + \nabla \mathbb{T} + \rho\mathbf{f}<math>

where the components of <math>\mathbb{T}<math> are the <math>\tau<math> of <math>\mathbb{P}<math>.

The closure problem

Those equations are incomplete. To complete them, one must make hypotheses on the form of <math>\mathbb{P}<math>. In the case of a perfect fluid <math>\tau<math> components are nil, for example. Those equations used to complete the set are equations of state.

The variables to be solved for are the velocity components, the fluid density, static pressure, and temperature. The flow is assumed to be differentiable and continuous, allowing these balances to be expressed as partial differential equations. The equations can be converted to Wilkinson equations for the secondary variables vorticity and stream function. Solution depends on the fluid properties (such as viscosity, specific heats, and thermal conductivity), and on the boundary conditions of the domain of study.

The components of <math>\mathbb{P}<math> are the constraints on an infinitesimal element of fluid. They represent the normal and shear constraints. <math>\mathbb{P}<math> is therefore by definition antisymmetric.

So-called non-Newtonian fluids are simply fluids where this tensor has no special properties allowing for special solutions of the equations.

Special forms

Those are certain usual simplifications of the problem for which sometimes solutions are known.

Newtonian fluids

Main article Newtonian fluids.

In Newtonian fluids the following assumption holds:

<math>\tau_{ij}=\mu\frac{\partial v_i}{\partial x_j}<math>

where

<math>\mu<math> is the viscosity of the fluid.

Bingham fluids

Main article Bingham plastic.

In Bingham fluids, we have something slightly different:

<math>\tau_{ij}=\tau_0 + \mu\frac{\partial v_i}{\partial x_j},\;\frac{\partial v_i}{\partial x_j}>0 <math>

Those are fluids capable of bearing some shear before they start flowing. An example is tooth paste.

Power-law fluid

Main article Power-law fluid.

It is an idealised fluid for which the shear stress, <math>\tau<math>, is given by

<math>\tau = K \left( \frac {\partial u} {\partial y} \right)^n <math>

This form is useful for approximating all sorts of general fluids.

Incompressible fluids

Main article Incompressible fluids.

The Navier-Stokes equations are

<math>

\rho\frac{Du_i}{Dt}=\rho f_i-\frac{\partial p}{\partial x_i}+\frac{\partial}{\partial x_j}\left[ 2\mu\left(e_{ij}-\Delta\delta_{ij}/3\right)\right]<math> for momentum conservation and

<math>\frac{\partial\rho u_i}{\partial x_i}=0<math>

for conservation of mass.

where

<math>\rho<math> is the density,
<math>u_i<math> (<math>i=1,2,3<math>) the three components of velocity,
<math>f_i<math> body forces (such as gravity),
<math>p<math> the pressure,
<math>\mu<math> the dynamic viscosity, of the fluid at a point;
<math>e_{ij}=\left(\frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i}\right)<math>;
<math>\Delta=e_{ii}<math> is the divergence,
<math>\delta_{ij}<math> is the Kronecker delta.

If <math>\mu<math> is uniform over the fluid, the momentum equation above simplifies to

<math>

\rho\frac{Du_i}{Dt}=\rho f_i-\frac{\partial p}{\partial x_i} +\mu \left(

 \frac{\partial^2u_i}{\partial x_i\partial x_j}+                                                                                                                                         \frac{1}{3}\frac{\partial\Delta}{\partial x_i}\right)

<math>

(if <math>\mu=0<math> the resulting equations are known as the Euler equations; there, the emphasis is on compressible flow and shock waves).

If now in addition <math>\rho<math> is assumed to be constant we obtain the following system:

<math> \rho \left({\partial v_x \over \partial t}+ v_x {\partial v_x \over \partial x}+ v_y {\partial v_x \over \partial y}+ v_z {\partial v_x \over \partial z}\right)= \mu \left[{\partial^2 v_x \over \partial x^2}+{\partial^2 v_x \over \partial y^2}+{\partial^2 v_x \over \partial z^2}\right]-{\partial p \over \partial x} +\rho g_x<math>
<math> \rho \left({\partial v_y \over \partial t}+ v_x {\partial v_y \over \partial x}+ v_y {\partial v_y \over \partial y}+ v_z {\partial v_y \over \partial z}\right)= \mu \left[{\partial^2 v_y \over \partial x^2}+{\partial^2 v_y \over \partial y^2}+{\partial^2 v_y \over \partial z^2}\right]-{\partial p \over \partial y} +\rho g_y<math>
<math> \rho \left({\partial v_z \over \partial t}+ v_x {\partial v_z \over \partial x}+ v_y {\partial v_z \over \partial y}+ v_z {\partial v_z \over \partial z}\right)= \mu \left[{\partial^2 v_z \over \partial x^2}+{\partial^2 v_z \over \partial y^2}+{\partial^2 v_z \over \partial z^2}\right]-{\partial p \over \partial z} +\rho g_z<math>

Continuity equation (assuming incompressibility):

<math> {\partial v_x \over \partial x}+{\partial v_y \over \partial y}+{\partial v_z \over \partial z}=0 <math>
Simplified version of the N-S equations. Adapted from Incompressible Flow, second edition by Ronald Panton

Note that the Navier-Stokes equations can only describe fluid flow approximately and that, at very small scales or under extreme conditions, real fluids made out of mixtures of discrete molecules and other material, such as suspended particles and dissolved gases, will produce different results from the continuous and homogeneous fluids modelled by the Navier-Stokes equations. Depending on the Knudsen number of the problem, statistical mechanics may be a more appropriate approach. However, the Navier-Stokes equations are useful for a wide range of practical problems, providing their limitations are borne in mind.

See also

References

  • Inge L. Rhyming Dynamique des fluides, 1991 PPUR

External links

es:Ecuaciones de Navier-Stokes fr:Équations de Navier-Stokes it:Equazioni di Navier-Stokes ja:ナビエ-ストークスの式 pt:Equações de Navier Stokes sl:Navier-Stokesove enačbe sv:Navier-Stokes ekvationer

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools