CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Staggered grid

Staggered grid

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: On a staggered grid the scalar variables (pressure, density, total enthalpy etc.) are stored in the cell centers of the control volumes, whereas the velocity or momentum variables are loca...)
Line 1: Line 1:
On a staggered grid the scalar variables (pressure, density, total enthalpy etc.) are stored in the cell centers of the control volumes, whereas the velocity or momentum variables are located at the cell faces. This is different from a [[Collocated grid|collocated grid]] arrangement, where all variables are stored in the same positions. A staggered storage is mainly used on [[Mesh_classification#Structured_Meshes|structured grids]] for [[Incompressible flow|incompressible flow]] simulations.
On a staggered grid the scalar variables (pressure, density, total enthalpy etc.) are stored in the cell centers of the control volumes, whereas the velocity or momentum variables are located at the cell faces. This is different from a [[Collocated grid|collocated grid]] arrangement, where all variables are stored in the same positions. A staggered storage is mainly used on [[Mesh_classification#Structured_Meshes|structured grids]] for [[Incompressible flow|incompressible flow]] simulations.
-
Using a staggered grid is a simple way to avoid [Odd-even decoupling|odd-even decoupling]] between the pressure and velocity. Odd-even decoupling is a discretization error that can occur on collocated grids and which leads to checkerboard patterns in the solutions.
+
Using a staggered grid is a simple way to avoid [[Odd-even decoupling|odd-even decoupling]] between the pressure and velocity. Odd-even decoupling is a discretization error that can occur on collocated grids and which leads to checkerboard patterns in the solutions.
The disadvantage of using staggered grids is that different variable are stored at different places and this makes it more difficult to handle different control volumes for different varibales and to keep track of the metrics. Most modern codes instead use a collocated storage.
The disadvantage of using staggered grids is that different variable are stored at different places and this makes it more difficult to handle different control volumes for different varibales and to keep track of the metrics. Most modern codes instead use a collocated storage.

Revision as of 10:00, 24 May 2007

On a staggered grid the scalar variables (pressure, density, total enthalpy etc.) are stored in the cell centers of the control volumes, whereas the velocity or momentum variables are located at the cell faces. This is different from a collocated grid arrangement, where all variables are stored in the same positions. A staggered storage is mainly used on structured grids for incompressible flow simulations.

Using a staggered grid is a simple way to avoid odd-even decoupling between the pressure and velocity. Odd-even decoupling is a discretization error that can occur on collocated grids and which leads to checkerboard patterns in the solutions.

The disadvantage of using staggered grids is that different variable are stored at different places and this makes it more difficult to handle different control volumes for different varibales and to keep track of the metrics. Most modern codes instead use a collocated storage.

My wiki