Momentum and Continuity are the basic equations for fluid flow modeling. The momentum equations in their final form are known as Navier-Stokes equations and can be solved using different numerical methods. There are several approaches such as SIMPLE, PISO, and Fractional Step for solving these equations. In solution procedure, it needs to decide where to store the velocity components. Staggered and Collocated grids can be used to evaluate this problem. On Staggered grids, the velocity components are stored at the cell face, and the scalar variables such as pressure are stored at the central nodes. However, on Collocated grids, all parameters are defined at the same location at the central nodes. The Staggered grids method gives more accurate pressure gradient estimation. However, Collocated grids method is simpler for solving the equations. In this paper, for solving Navier-Stokes equations, Collocated and Staggered grids are employed. Comparison of horizontal and vertical velocities and stream lines at various Reynolds numbers was performed. The results were validated using standard tests such as lid-driven cavity, channel and backward facing step. Discussion is made on accuracy of these methods to estimate horizontal and vertical velocity profiles.
Loading....