We consider an incompressible fluid of density
- Mass conservation
- Momentum conservation
Here, we solve the Navier-Stokes equations using the
- Vorticity
- Stream function
The
Demonstration
To obtain the
- First, we note that by definition of the stream function, the mass conservation is automatically satisfied in 2D:
$$ \vec{\nabla} \cdot \vec{v} = \frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} = \frac{\partial^2 \psi}{\partial x\partial y} - \frac{\partial^2 \psi}{\partial y\partial x} = 0 $$
- Next, we take the curl of the momentum equation:
$$ \vec{\nabla} \wedge \left(\rho \left[ \frac{\partial \vec{v}}{\partial t} + \vec{v} \cdot \vec{\nabla} \vec{v} \right] = -\vec{\nabla} p + \mu \Delta\vec{v} + \rho \vec{f}_V\right) $$
-
The pressure term disappears because
$\vec{\nabla} \wedge \vec{\nabla} p = 0$ -
For the left-hand side, using the definition of vorticity:
$$ \rho \frac{\partial \omega}{\partial t} + \rho \vec{\nabla} \wedge (\vec{v} \cdot \vec{\nabla} \vec{v}) $$
- The nonlinear term is developed using vector identities to expand
$(\vec{v} \cdot \vec{\nabla} \vec{v})$ :
$$ \vec{\nabla} \wedge (\vec{v} \cdot \vec{\nabla} \vec{v}) = \vec{\nabla} \wedge \left[ \vec{\omega} \wedge \vec{v} + \vec{\nabla} \left( \frac{\lVert \vec{x} \rVert^2}{2} \right) \right] = \vec{\nabla} \wedge ( \vec{\omega} \wedge \vec{v} ) + \vec{\nabla} \wedge \vec{\nabla} \left( \frac{\lVert \vec{x} \rVert^2}{2} \right) $$
Again, using vector identities, this term becomes (the last term is zero by the identity of the curl):
$$ \vec{\nabla} \wedge ( \vec{\omega} \wedge \vec{v} ) = \vec{v} \cdot \vec{\nabla} \vec{\omega} - \vec{\omega} \cdot \vec{\nabla} \vec{v} + \vec{\omega}(\vec{\nabla} \cdot \vec{v}) - \vec{v}(\vec{\nabla} \cdot \vec{\omega}) $$
The last two terms are zero by the identity of the curl and because the fluid is incompressible, so the nonlinear term becomes:
$$ \vec{\nabla} \wedge (\vec{v} \cdot \vec{\nabla} \vec{v}) = \vec{v} \cdot \vec{\nabla} \vec{\omega} - \vec{\omega} \cdot \vec{\nabla} \vec{v} $$
- For the right-hand side (assuming the body force is irrotational):
- Dividing by
$\rho$ and setting$\nu = \mu/\rho$ , we obtain the vorticity transport equation:
- The term
$\vec{\omega} \cdot \vec{\nabla} \vec{v}$ becomes zero in 2D and the only nonzero equation is the one projected onto$\vec{e_z}$ , so the equation becomes, with the definition of$\psi$ :
$$ \frac{\partial \omega}{\partial t} + \frac{\partial \psi}{\partial y} \frac{\partial \omega}{\partial x} -\frac{\partial \psi}{\partial x} \frac{\partial \omega}{\partial y} = \nu \Delta \omega $$
- The relation between
$\psi$ and$\omega$ comes directly from the definition of vorticity:
Hence the final system:
$$ \begin{aligned} \begin{cases} \Delta \psi = - \omega \ \frac{\partial \omega}{\partial t} + \frac{\partial \psi}{\partial y} \frac{\partial \omega}{\partial x} -\frac{\partial \psi}{\partial x} \frac{\partial \omega}{\partial y} = \nu \Delta \omega \end{cases} \end{aligned} $$
To non-dimensionalize this system, we introduce the following characteristic quantities:
-
$L$ : characteristic length -
$U$ : characteristic velocity -
$T = L/U$ : characteristic time
The dimensionless variables are defined by:
The dimensionless system then becomes:
where
Note: Hereafter, we will omit the tildes