#Content * goes here {:toc} ## Idea The **Navier–Stokes equations** describe the motion of fluids: gases and liquids. These equations arise from applying Newton's second law to fluid motion, together with the assumption that the fluid feels forces due to pressure, viscosity and perhaps an external force. The Navier-Stokes equations are used to model the weather, ocean currents, water flow in a pipe, air flow around a wing, and even the motion of stars inside a galaxy. In their full generality, the Navier-Stokes equations are: $$ \rho \left(\frac{\partial v}{\partial t} + v \cdot \nabla v \right) = -\nabla p + \nabla \cdot T + F $$ Here $\rho$ is the density of the fluid, $v$ is its velocity vector field, $p$ is the pressure, $T$ is the stress tensor, and $F$ is a specified external force (again a vector field). To solve these equations, we must supplement them by a formula for the pressure $p$, a formula for the stress tensor $T$, a formula for the force $F$, and an equation expressing the conservation of mass: $$\frac {\partial v}{\partial t} + \nabla \left(\rho v\right) = 0$$ ## Details ### Derivation ### The Navier-Stokes equations are often presented for 'Newtonian' fluids, where the stress tensor $T$ is related to the velocity $v$ in a simple linear way. The Navier-Stokes equations for a Newtonian fluid are: $$ \rho \left(\frac{\partial v}{\partial t} + v \cdot \nabla v \right) = -\nabla p + \mu \nabla^2 v + F $$ Here $\rho$ is the density of the fluid, $v$ is its velocity vector field, $p$ is the pressure, $\mu$ is a constant called the [[viscosity]], and $F$ is a specified external force (again a vector field). To understand where these equations come from, let us first consider the left-hand side. This describes the rate of change of momentum per unit volume of a little 'piece' of the fluid. The reason is that the left-hand side above equals the density times $$ \frac{\partial v}{\partial t} + v \cdot \nabla v , $$ which is the _acceleration_ of a little piece of fluid. This acceleration involves the rate of change of velocity as you just sit in one place, namely $\frac{\partial v}{\partial t}$, but also the rate of change of velocity caused by the fluid moving to a new place where the velocity is different, namely $v \cdot \nabla v$. The sum $$ \frac{\partial v}{\partial t} + v \cdot \nabla v $$ is called the **[[convective derivative]]** of the velocity vector field, also known as the **convective acceleration**. In short, the left-hand side of the Navier-Stokes equations is a close relative of $m a$ from Newton's law. Simiarly, the right-hand side is a close relative of $F$. It's the force per unit volume on a little piece of fluid: $$ -\nabla p + \mu \nabla^2 v + F $$ Here $p$ is the pressure, so $-\nabla p$, minus the gradient of the pressure, is the force per unit volume due to pressure. Similarly $\mu$ is the viscosity, and $ \mu \nabla^2 v$ is the force per unit volume due to viscosity. Finally, $F$ is any _additional_ force per unit volume that we might be imposing on the liquid. The viscosity term $\mu \nabla^2 v$ takes a little work to understand. For example, if a little piece of fluid is moving slower in the $x$ direction than the average of its neighbors, the $x$ component of $\mu \nabla^2 v$ will be positive, meaning that its neighbors will be pushing on it, trying to make it go _faster_ in that direction! We define a **Newtonian fluid** to be one obeying this simple linear formula for the force per unit volume due to viscosity. (Blood is a notably _non_-Newtonian fluid, because red blood cells push up against their neighbors in a much more complicated way.) ### Navier-Stokes Equations via Stochastic Differential Equations It is possible to state [[stochastic differential equations]] such that the expectation value of the solution process is a solution to the Navier-Stokes equations. This seems to be a fairly recent result of Peter Constantin and Gautam Iyer: * Peter Constantin, Gautam Iyer: _A stochastic Lagrangian representation of the 3-dimensional incompressible Navier-Stokes equations_ ([arXiv](http://arxiv.org/abs/math/0511067)), _A stochastic-Lagrangian approach to the Navier-Stokes equations in domains with boundary_ ([arXiv](http://arxiv.org/abs/1003.2461)). ### Navier-Stokes Equations and Einstein Field Equations Recently there has been published the claim that there is a close connection of the incompressible Navier-Stokes equations and the Einstein field equations for the vacuum of general relativity, see * Irene Bredberg, Cynthia Keeler, Vyacheslav Lysov, Andrew Strominger: _From Navier-Stokes To Einstein_ [arXiv](http://arxiv.org/abs/1101.2451) ### Turbulence One of the most mysterious and striking features of solutions of the Navier-Stokes equations is [[turbulence]]. ### Numerical Simulation Two common approaches for the numerical simulation of the Navier-Stokes equations used in [[meteorology]] and for [[climate models]] are [[finite element methods]] and [[spectral methods]]. One other interesting method is the [[Lattice Boltzmann method]], mainly due to its simplicity. ## References There are also a lot of references on the page [[turbulence]]. ### General ### * [Navier-Stokes](http://en.wikipedia.org/wiki/Navier-Stokes), Wikipedia. ### Exact Solutions ### The following book provides a list of exact solutions: * Philip G. Drazin, Norman Riley: _The Navier-Stokes equations. A classification of flows and exact solutions._ ([ZMATH](http://www.zentralblatt-math.org/zmath/en/advanced/?q=an:1154.76019&format=complete)) category:mathematical methods [[!redirects Navier-Stokes]]