Navier Stokes Equation: Examples & Explanation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 3K views
Niller
Messages
8
Reaction score
0
Hi guys.

Can somebody give mé examples for what the navier stokes equation normally are uset for.?

I do not understand or Can see, what we use it for.?

And Can someone help mé understand the equation? Like what each term is?
 
Physics news on Phys.org
Trust mé. I have made a lot of searching.

I know it tells about the behavoir of a fluid. But what is it used for ? To find acceleration or velocity of a fluid or?

For my own understanding, it Will help mé to know, what the terms are in the equation.

ImageUploadedByPhysics Forums1388267488.908263.jpg


Maybe someone Can explain it to mé?
 
I mean the physical meaning of the terms?
 
It is used for all of the above. In essence it is a statement along the lines of ##F=\sum ma## for a continuous fluid. Typically velocity and pressure are the most desirable quantities, but along with the energy equation, temperature and heat transfer are commonly sought, too.

So basically, in vector notation, you have
[tex]\rho \dfrac{D\vec{V}}{Dt} = -\nabla p + \mu\nabla^2 \vec{V} + \vec{f}.[/tex]
The terms are basically force terms, where
[tex]\rho\dfrac{D\vec{V}}{Dt} = \rho \vec{a}[/tex]
is the total force per unit volume on a given fluid element on the left side, and the three terms on the right side area as follows:
  • ##-\nabla p## are the pressure forces per unit volume on the fluid element;
  • ##\mu\nabla^2 \vec{V}## are the viscous forces per unit volume on the fluid element; and
  • ##\vec{f}## is the body force per unit volume on the fluid element (e.g. gravity or magneto/electrodynamic forces).
 
Thank you so much,, i do understand it much better now..
 
Pick up an introductory book on fluid mechanics. It'll help you understand it more.
 
Is the Navier Stokes equation actually used in industry?

From what I have seen in fluids calculations they're either based on the Bernoulli equation, or derived almost entirely experimentally, with the addition of friction factors added in. This is for internal flow, by the way.
 
Perhpas it would help to understand what they are NOT used for. They are not used for 1 dimensional flow such as the flow and pressure drop of fluid through a pipe. For that, the Darcy Weisbach equation and similar equations are generally used. The NS equations COULD be used for that but in general, the equations can't be solved for any but the most simple systems and any real piping system would be far too complex.

The NS equations are generally used by computers running CFD programs. The flow field is discretized such as by reducing to finite volumes or elements, and the equations are then linearized to allow them to be solved algebraically. The use of CFD software is generally limited to fairly complex fluid flows where 2 or 3 dimensional flow needs to be analyzed such as flow through a turbine for example or across an aircraft. Flow through valves and piping is rarely analyzed using CFD.
 
Ah okay, thanks for that.

Was just curious, as I never actually dealt with the NS equation during my undergrad and was wondering if I was "missing out" on anything. The fluids taught to me was mainly internal flow, where we made use of the Bernoulli equation, the Darcy–Weisbach equation, alongside all sorts of other experimentally derived equations to calculate liquid and gas flow through piping, valves, instrumentation etc.