PSS Dynamics Model

Introduction

The current theory of plate settlers predicts the failure for a specific sedimentation tank and plate settler spacing based on a failure mechanism called floc roll-up. The floc roll-up theory looks at the ongoing force dynamics acting on the single floc particle. The theory
states that a floc hitting the bottom plate will experience two opposing velocities - a fluid velocity at its edge and a settling velocity due to the gravity force.


 

The velocity experienced at the edge of the particle is given by the following expression:


Thus, if the velocity experienced at the particle's edge is greater than the settling velocity, then the floc will roll up and exit the sedimentation tank without being captured. Ultimately, the effluent turbidity increases. Conversely, if the floc's settling velocity is greater than the upflow velocity, the floc will roll down and end up being trapped in the floc blanket.

The roll-up theory is based on the following assumptions:

  • The velocity profile at the edge of the particle is linearized.
  • Flocs are following straight lines.
  • Flocs are spheres.
  • There is no floc breakup or collision.
  • The presence of flocs do not affect the velocity profile.
  • The entrance region of a plate settler (where the velocity profile is not fully-developed) is ignored.

The current theory predicts failure by the mean of a dimensionless ratio which is explained on this page: Appendix pdf - Equations etc. . When this ratio is less than one, then the effluent turbidity should be above 0.25 NTU. This means that the spacing for a given flow rate is going to be above the maximum allowed turbidity.

Our first experimental results showed that this ratio is able to predict effluent turbidity that will be above 0.25 NTU but it is unable to predict the magnitude of failure.

Therefore, the PSS team concluded that a numerical simulation taking more phenomenon into account is needed in order to be able to better understand the failure mechanisms and be able to assess the effluent turbidity.

How does the code work?

The code works on a Velocity-Verlet algorithm which computes all particles paths based on their experienced local velocities. The code takes particles sizes, the tube (or plate) geometry, and the up flow velocity as an input. The figure below summarizes the steps taken by the algorithm:

 
The output of the program is the number of particles that were not captured and their respective paths.

Further Developments

The team plans to adjust some of the parameters in order to be able to compare (at least roughly) the results and predictions of the numerical model with the experiments.

Further steps include implementing more interactions than floc roll up (e.g. floc break-up, floc recombination and how flocs influence the local velocity profile. Hence, the plate settler performance).



Back to the Main Page

  • No labels