[Physics] the physical meaning of Navier-Stokes equations

continuum-mechanicsfluid dynamicsnavier-stokes;

What is the physical meaning of Navier-stokes equations?

I am trying to understand the physical meaning of Navier-stokes equations. But I did not get any reasonable answer so far.

Best Answer

Strictly speaking the Navier-Stokes equation is used for the vector equation (or the scalar equations in every direction of space) describing the conservation of momentum for a continuous deformable chunk of mass, a continuum, that is characterised by its viscous properties (it basically acts like a huge damper).

More generally the term is used for the entire set of conservation equations that describe the motion of such a fluid (gas or liquid), namely the continuity equation that describes the conservation of mass, the momentum equation that describes the conservation of momentum similar to Newton's second law $\vec F = m \vec a$ and the energy equation that describes the conservation of total energy $e := e_{in} + \sum\limits_{j \in \mathcal{D}} \frac{u_j u_j}{2}$ ($\mathcal{D}$ denotes here the possible spatial dimensions $\{ x, y, z \}$).


Basic assumption: continuum hypothesis

The continuum hypothesis is based on a macroscopic view that neglects the presence of atoms and molecules and simply assumes that the material of interest is so dense that you can find limiting values for macroscopic variables like density $\rho$ and pressure $p$. The deviation from such an ideal state is characterised by the Knudsen number $Kn$ and makes the equations break down for very dilute substances such as rarefied gas flows that might be relevant for the re-entry of a spaceship. Nonetheless the equations can be applied to most cases of fluid flow including the flow of water, car aerodynamics, flow at very small scales (microfluidics) and supersonic flow around fighter jets.

Navier-Stokes as a set of advection-diffusion equations

All the conservation equations take the form of an advection-diffusion equation (here in differential notation which assumes smoothness of the solutions so it can't be applied to flow discontinuities such as shocks, in that way an integral formulation is more general)

$$\underbrace{\frac{\partial \Phi_i}{\partial t}}_{\text{temporal change}} + \underbrace{\sum\limits_{j \in \mathcal{D}} \frac{\partial (\Phi_i u_j )}{\partial x_j }}_{\text{change due to advection}} = \underbrace{ \sum\limits_{j \in \mathcal{D}} \frac{\partial D_i}{\partial x_j } }_{\text{diffusion}} + \underbrace{S_i}_{\text{source}}$$

where $\Phi_i$ is the property of interest and $D_i$ a certain diffusive flux that smooths out the property in space:

$$ \vec \Phi = \left( \begin{array}{c} \rho \\ \rho u_x \\ \rho u_y \\ \rho u_z \\ \rho e \\ \end{array} \right) \hspace{2cm} \vec D = \left( \begin{array}{c} 0 \\ \sigma_{xj} \\ \sigma_{yj} \\ \sigma_{zj} \\ - q_j + \sum\limits_{i \in \mathcal{D}} u_i \sigma_{ij} \\ \end{array} \right) \hspace{2cm} \vec S = \left( \begin{array}{c} 0 \\ \rho g_x \\ \rho g_y \\ \rho g_z \\ \sum\limits_{i \in \mathcal{D}} \rho u_i g_i \\ \end{array} \right)$$

$\sigma_{ij}$ is the stress tensor composed of pressure $p$ and viscous stresses $\tau_{ij}$

$$ \sigma_{ij} := - p \delta_{ij} + \tau_{ij} $$

and $q_j$ is the heat flux.

Generally one assumes that the material law, connecting deformation of a fluid element and stresses is given by an isotropic Newtonian fluid and the Stokes' hypothesis

$$\tau_{ij} = 2 \mu S_{ij} - \frac{2}{3} \mu \sum\limits_{k \in \mathcal{D}} S_{kk} \delta_{ij}, $$

where $S_{ij}$ is the rate of strain tensor

$$S_{ij} := \frac{1}{2} \left( \frac{\partial u_i}{\partial x_j} + \frac{\partial u_j}{\partial x_i} \right),$$

and the heat flux is modelled according to Fourier's law

$$q_i = - k \frac{\partial T}{\partial x_i}.$$