CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Solution of Navier-Stokes equations

Solution of Navier-Stokes equations

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
(fixed dot product notation)
Line 1: Line 1:
For the incompressible flows, the Navier-Stokes equation could be written in the form: <br>
For the incompressible flows, the Navier-Stokes equation could be written in the form: <br>
:<math>
:<math>
-
\nabla  \bullet \vec U = 0 </math> <br>
+
\nabla  \cdot \vec U = 0 </math> <br>
-
:<math> {{\partial \vec U} \over {\partial t}} + \nabla  \bullet \left( {\vec U\vec U} \right) -  \nabla  \bullet \left( {\nu \nabla \vec U} \right) =  - \nabla p </math>
+
:<math> {{\partial \vec U} \over {\partial t}} + \nabla  \cdot \left( {\vec U\vec U} \right) -  \nabla  \cdot\left( {\nu \nabla \vec U} \right) =  - \nabla p </math>
There are two important issues regarding Navier-Stokes equations: <br>
There are two important issues regarding Navier-Stokes equations: <br>

Revision as of 20:29, 15 December 2005

For the incompressible flows, the Navier-Stokes equation could be written in the form:


\nabla  \cdot \vec U = 0
 {{\partial \vec U} \over {\partial t}} + \nabla  \cdot \left( {\vec U\vec U} \right) -  \nabla  \cdot\left( {\nu \nabla \vec U} \right) =  - \nabla p

There are two important issues regarding Navier-Stokes equations:

  1. Non linearity of momentum equations
  2. Pressure-velocity coupling



Segregated Solver

The solution scheme

  1. Solve Momentum equations (u,v,w)
  2. Solve pressure correction equation
    1. Correct fluxes and velocities
  3. Solve transport equations for other scalars


Coupled Solver


Return to Numerical Methods

My wiki