11

I have followed derivations of the Navier-Stokes equations and I can see how the various terms arise in the "main equation", the momentum conservation equation.

However I don't understand why the mass conservation equation has no diffusion term. There is a diffusion type term in the conservation of momentum equation, so why do we not have one in the conservation of mass equation?

Qmechanic
  • 220,844
csss
  • 387
  • 4
  • 12

5 Answers5

9

For a single-component fluid, the conservation of mass follows $$ \left(\begin{array}{c}\text{mass of fluid } \\ \text{in volume }\Delta V\end{array}\right)=\left(\begin{array}{c}\text{flux of fluid } \\ \text{in/out of volume }\Delta V\end{array}\right)+\left(\begin{array}{c}\text{sources or} \\ \text{sinks in }\Delta V\end{array}\right) $$ In terms of a cube of volume $\Delta V=\Delta x\Delta y\Delta z$, this is \begin{align} \frac{\partial}{\partial t}\rho\Delta V&=\rho v_x\Delta y\Delta z\vert_{x}-\rho v_x\Delta y\Delta z\vert_{x+\Delta x} \\ &+\rho v_y\Delta x\Delta z\vert_{y}-\rho v_y\Delta x\Delta z\vert_{y+\Delta y} \\ &+\rho v_z\Delta x\Delta y\vert_{z}-\rho v_z\Delta x\Delta y\vert_{z+\Delta z} \\ &+r\Delta V \end{align} The flux here is defined as $\rho v_i$: the mass that flows outwards, $\rho$, must flow out at the speed of the fluid in the cell volume, $v_i$. If a microscopic diffusion were to take place, we would not be able to tell because the molecular masses are identical, so we would not be able to tell state 1 from state 2.

Then by dividing both sides by $\Delta V$ and taking the limit $\Delta x\to0$, we end up with the PDE $$ \frac{\partial \rho}{\partial t}=-\frac{\partial\rho v_x}{\partial x}-\frac{\partial\rho v_y}{\partial y}-\frac{\partial\rho v_z}{\partial z}+r $$ which reduces to the commonly seen continuity equation $$ \frac{\partial\rho}{\partial t}+\nabla\cdot\rho\mathbf{v}=0 $$ with no sources/sinks ($r=0$).

However, we can have a diffusion component to the continuity equation if we are considering different chemical species that can interact. For an arbitrary volume of some chemical species $i$, the mass-balance is $$ \left(\begin{array}{c}\text{mass of species }i \\ \text{in volume }\Delta V\end{array}\right)=\left(\begin{array}{c}\text{flux of species }i \\ \text{in/out of volume }\Delta V\end{array}\right)+\left(\begin{array}{c}\text{mass produced} \\ \text{by reactions}\end{array}\right) $$ which is really, $$ \frac{\partial c_i}{\partial t}+\nabla\cdot\mathbf{n}=r\tag{1} $$ where $\mathbf{n}$ is the flux of species $c_i$, and $r$ the source term. This is, of course, our common continuity equation with a source term. In the case of the multi-component fluid here, the diffusion of particles will change the states, so the initial state is no longer equivalent to the final state.

For stationary flows, the flux for mass-transfer is $$ \mathbf{n}=-D\nabla c_i $$ to give us Fick's law. For a moving flow, however, the flux has a diffusion and a convection/advection component, $$ \mathbf{n}=-D\nabla c_i+c_i\mathbf{v} $$ which would then allow (1) to be $$ \frac{\partial c_i}{\partial t}+\nabla \cdot c_i\mathbf{v}=\nabla\cdot\left(D\nabla c_i\right)+r\tag{2} $$ which is a convection-diffusion equation.

With the momentum equation, however, we have some extra terms that are associated with the changing shape of the control volume $\Delta V$: $$ \frac{\partial}{\partial t}\iiint_V\rho \mathbf u\,dV=-\oint_S\left(\rho \mathbf u\,d\mathbf S\right)\mathbf u-\oint_S p\,d\mathbf S+\iiint_V\rho\mathbf f_{body}\,dV+\mathbf F_{surf} $$ namely the body forces, $\mathbf{f}_{body}$, and surface forces, $\mathbf{F}_{surf}$. It is the surface force that generates the diffusion term, as it is related to the stress tensor which provides the $\nu\nabla^2\mathbf{v}$ term in the Navier-Stokes equation.

Kyle Kanos
  • 29,127
5

I left this as a comment but I'll expand it here since it provides another viewpoint. Imagine you have a box of gas molecules bouncing around in them. Every molecule is identical so they have the same mass, temperature and pressure. Let's also say this box has a diaphragm in the middle separating the box into two.

You now remove the diaphragm and start looking for changes in the gas in the box. But you see nothing happening because for every molecule that started on the left of the divider that moves to the right of the divider, a molecule from the right moves to the left. But they are the exact same masses, pressures, and temperatures so there is no change in the actual state of the box.

Now imagine that you had the same box, split in half, but this time you put a light molecule on the left and a heavy one on the right, again all with the same pressure and temperature. Now when you remove the diaphragm, when a heavy molecule moves into the light molecule side, several light molecules will move to the heavy side. And if you look at this over time, the sharp interface will diffuse out as these molecules bounce off one another and mix. Eventually, it will become homogeneous and you won't see any further changes in the system.

Now imagine if we had the same box, same divider, with identical molecules on the left and right but now the temperature of the left was higher than the right. When the divider is removed and a high temperature molecule moves to one side and a low temperature one takes it's place, you would see the temperature of the system diffuse and mix until homogeneous. You can make the same argument about momentum to get the viscous diffusion term.

So all of this is to say that the equations are all describing the same things, but the diffusion of identical mass gives an indistinguishable system from the previous state. There just aren't any differences that are observable, and so there's no diffusion term in the mass equation. Unless you have multiple species (different molecules), in which case those partial mass equations do have a diffusion term.

tpg2114
  • 16,815
3

So it's actually a really simple reason, but you're going to have to think a little bit about what's going on.

The transport equation states that everything which is a "stuff" can be viewed in this way: "A small box flows downstream; the time rate of change of the stuff inside of the box is equal to the flow of stuff through the boundary of the box, plus whatever stuff is inserted into the box through some other mechanism." Of course, the fluid's own mass is a stuff, its momentum in the x-direction is a stuff, its temperature is a stuff in the form of thermal energy, etc. Pretty much anything which is conserved can be viewed as a "stuff".

Taking it by parts, the stuff is described by some concentration or density $c$; the stream by some velocity field $\vec v(\vec r, t)$. The part which says "a box flows downstream, the time rate of change of the stuff inside of the box" starts us off with:$$\frac{\partial c}{\partial t} + (\vec v \cdot \nabla) ~ c = \dots~~~.$$(If you've never seen this before: the box will at time $t + dt$ be at $\vec r + \vec v~dt;$ Taylor-expand $c(\vec r + \vec v ~dt, t + dt) - c(\vec r, t)$ to find that "convective derivative".)

The flow of $c$ is then described by a current density $\vec j$, but this only accumulates in the box with its negative divergence. Finally the "other mechanism" is just left as some term $q$ to be filled in later, hence$$\frac{\partial c}{\partial t} + (\vec v \cdot \nabla) ~ c = -\nabla \cdot \vec j + q~.$$A typical form for $\vec j$ indeed states that$$\vec j = c ~\vec v - D ~\nabla c ~.$$This says that the "stuff" is chiefly flowing downstream, but also has some effect where it doesn't flow downstream: namely it flows from a high concentration to a lower concentration by a "locally linear" flow (Fick's law, linear in the sense that twice the concentration gap locally = twice the flow). Plugging this form in gives the common form:$$\frac{\partial c}{\partial t} + \nabla \cdot (c ~\vec v) = D \nabla^2 c ~+~ (\nabla D) \cdot (\nabla c) ~+~ q~.$$

So now jump back to that expression for $\vec j$: can you see why $D = 0$ is the only appropriate choice when we're talking about the mass of the fluid itself?

Yes: it's because all of the information that we need is already in $\vec v$. The flow of the mass of the fluid itself is simply $\rho ~\vec v$, full stop, nothing else.

Put another way, If the fluid mass were flowing any other way, then $\vec v$ would be different to compensate. The fact, for example, that the fluid may be compressible is already there in the equation, hidden in the $\nabla \cdot (\rho ~ \vec v)$ term. The only thing that's not there is if fluid is coming into the stream from the outside world, but that's buried in $q$. There is no possibility for the fluid mass to self-interact outside of this mechanism without us defining a different set of particles as the "fluid" proper and following that fluid as our $\vec v$, in which case those particles' $\rho$ has the same phenomenon occurring.

CR Drost
  • 39,588
0

Navier-Stokes equations describe fluid in an approximate way which neglects diffusion of molecules altogether. In ordinary case, the velocity field is supposed to be smooth.

"Diffusion of momentum" mentioned in connection to the term proportional to $\Delta \mathbf u$ is not really a diffusion in the molecular sense. It is rather kind of metaphor to describe the transfer of momentum due to viscous forces in the fluid. No actual diffusion is being described at this macroscopic level. In the Euler and Navier-Stokes equations, all motion of matter is purely convective, given by smooth velocity field. It is just that viscous forces (that do have connection to actual diffusion but not at this level of theory) lead to evolution of momentum distribution that reminds of ordinary diffusion.

0

The basic point has already been mentioned, but I would like to give my version of the answer, and point out a subtlety. The basic equations of fluid dynamics are the conservation of mass, momentum, and energy $$ \frac{\partial \rho}{\partial t} - \vec{\nabla}\cdot\vec{\jmath}_\rho \\ \frac{\partial \pi_i}{\partial t} = - \nabla_j\Pi_{ij}, \\ \frac{\partial {\cal E}}{\partial t} = - \vec{\nabla} \cdot\vec{\jmath}^{\;\epsilon} . $$ The Navier-Stokes theory corresponds to taking account diffusive terms in the stress tensor $\Pi_{ij}$. These terms are related to bulk and shear viscosity, $\delta\Pi_{ij}=-\eta\sigma_{ij}-\zeta\delta_{ij}\langle \sigma\rangle$ with $$ \sigma_{ij} = \nabla_i u_j +\nabla_j u_i -\frac{2}{3}\delta_{ij} \langle\sigma\rangle \, , \;\;\; \langle\sigma\rangle =\vec{\nabla}\cdot\vec{u}\, . $$ Diffusive terms also appear in the energy current $\vec{\jmath}^{\;\epsilon}$. In addition to viscosity the energy current contains the thermal conductivity. $\delta\jmath_i^{\;\epsilon}=u_j\delta\Pi_{ij}-\kappa\nabla_i T$.

Why are there no diffusive terms in the mass current $\jmath_\rho$? The correct answer is indeed that $\vec{\jmath}_\rho=\rho\vec{u}$ is used to define the fluid velocity. Other definitions are possible. In the relativistic domain we frequently define the fluid velocity using the energy current (this is called the Landau frame), and then diffusive terms do appear in the mass current.

The subtlety: In fluid dynamics we also use that the momentum density is $\vec{\pi}=\rho\vec{u}$. Since we used $\vec{\jmath}_\rho$ to define $\vec{u}$ it is not obvious why this relation is not modified by diffusive terms.

The answer is of course that $\vec{\pi}=\vec{\jmath}_\rho$ is related to a symmetry. Multiply mass conservation by $\vec{r}$ and integrate over space (this argument is due to Landau). We get $$ \frac{\partial}{\partial t}\int d^3r\, \vec{r}\rho + \int d^3r\, \vec{\jmath}_\rho =0. $$ Since the first term is the center of mass, the second term must be the total momentum. The center of mass is one of the generators of the Schroedinger group, so the symmetry is Schroedinger symmetry. A modern version of this argument was given by Jensen (http://arxiv.org/abs/1411.7024). $\vec{\pi}=\vec{\jmath}_\rho$ is a Ward identity that can be derived using Newton-Cartan geometry.

Thomas
  • 19,250