Velocity-pressure coupling
From CFD-Wiki
If we consider the discretised form of the Navier-Stokes system, the form of the equations shows linear dependence of velocity on pressure and vice-versa. This inter-equation coupling is called velocity pressure coupling. A special treatment is required in order to velocity-pressure coupling. The methods such as:
- SIMPLE
- SIMPLER
- SIMPLEC
- PISO
provide an useful means of doing this for segregated solvers. However it is possible to solve the system of Navier-Stokes equations in coupled manner, taking care of inter equation coupling in a single matrix.
Contents |
SIMPLE
See SIMPLE algorithm
SIMPLER
SIMPLEC
PISO
See PISO algorithm
Return to