2D Staggered grid is used with additional hybrid points for obstacle Mapping.
Patterns to follow
The Black dots reveal the actual cell. Values of scalar variables such as Pressure, Density, Viscosity are stored here.
The Red dots represent the X-direction Velocity cells. North & South Cells need boundary discretization for new schemes.
The Blue dots represent the Y-direction Velocity cells. West & East Cells need boundary discretization for new schemes.
The Yellow dots are used for Obstacle mapping & for storing Initial conditions assigned by the User such as Inlet Velocity, Sliding Wall velocity or Outlet Pressure.
All the uninitialized values are set to -1000 for quick diverging solution.