Thanks for the reply Prof. Griffith
I am trying to study something similar to the problem in the section 4.2 of this paper (10.1016/j.ijmultiphaseflow.2016.05.001). Ergun equation computes the pressure drop during the fluid flow through packed beds. It computes pressure drop per unit length of the packed bed as a function of void fraction, diameter of the particles constituting the bed, fluid velocity, density and viscosity.
The paper talks about pressure rise in the domain due to clogging of particles. However to keep things simple, I constructed a packed bed of stationary spheres as shown in my last email. There is only one sphere in the z direction.
From your original email, it sounds like this is a 3D computation. What is the boundary condition in the z direction?
Yes, it is a 3d domain with one particle width (0.2cm) in z direction. Except left and right boundaries all others are no-slip walls i.e there are walls in y and z direction. In the above result, I divided 3.6x1.2x0.2 domain into 144x48x8 grids, with number of levels =1. However, I also tried using AMR (levels=2), but did not get much improvement.
Is there a 2D version of the problem?
2d version of this problem is not possible since cylinders would entirely block the flow.
Thanks