Dear Gaurang,
It would help if you could provide us with more information as to what kind of solver you are trying to implement.
Compressible:
- Is it an ideal fluid solver (Euler) or a full Navier-Stokes? How do you manage the non-linear terms? What are the boundary conditions you are imposing for the pressure, velocity and density? Is it isothermal or not?
Incompressible:
- How are you solving the saddle-point problem (stabilization, direct solver, schur complement, etc.)? What type of elements are you using?
Overall, it will also depend on the Reynolds number you are simulating. Is your simulation transient or steady-state?
Cheers
Bruno