[Math] Navier Stokes Equation

boundary layerfluid dynamicsheat equation

The general Navier Stokes Equation is
$\dfrac{D\vec{v}}{D t}= \dfrac{d\vec{v}}{d t}+ \vec{v} .\nabla \vec{v} = \vec{g} – \dfrac{1}{\rho} \nabla p + \nu \nabla^2 \vec{v}$

The above equation can be reduced by the following assumptions

  • Two dimensional flow

  • Steady state

  • u >> v

  • $\mid \dfrac{\partial u}{\partial y}\mid \gg \mid\dfrac{\partial u}{\partial x}\mid$

  • p = $\neq f(y)$

  • $\nu =$ constant

The above equation reduces to
In the x- direction

$u\dfrac{\partial u}{\partial x} + v\dfrac{\partial u}{\partial y} = -\dfrac{1}{\rho}\dfrac{\partial p}{\partial x} + \nu\left(\dfrac{\partial^2 u}{\partial y^2}\right)$

Then how can the above equation be reduced to the form
$\dfrac{\partial^2 u}{\partial x^2} + \dfrac{\partial uv}{\partial y} = -\dfrac{1}{\rho}\dfrac{\partial p}{\partial x} + \nu\left(\dfrac{\partial^2 u}{\partial y^2}\right)$

The above equation was seen by me in A heat transfer textbook by John H Linehard around page 280, while deriving the Navier Stokes Equation.

Best Answer

Take the 2D, incompressible continuity equation $$\frac{\partial u}{\partial x}+\frac{\partial v}{\partial y}=0$$ and multiply it with $u$, leading to $$u\frac{\partial u}{\partial x}+u\frac{\partial v}{\partial y}=0\,.$$ Now add the above equation to the reduced x-direction equation (the one you wrote correctly in your post); this will lead to $$2u\frac{\partial u}{\partial x}+u\frac{\partial v}{\partial y}+v\frac{\partial u}{\partial y}=-\frac{1}{\rho}\frac{dp}{dx}+\nu\frac{\partial^2 u}{\partial y^2}$$ $$\Rightarrow \frac{\partial u^2}{\partial x}+\frac{\partial(uv)}{\partial y}=-\frac{1}{\rho}\frac{dp}{dx}+\nu\frac{\partial^2 u}{\partial y^2} \,.$$ Notice that the pressure derivative is a total one, since there is no dependence on other variables.

I think this is the equation you're looking for, check if you can that no typo was made while copying the equation from Lienhard's textbook. Let me know if I missed anything!

Related Question