Free-fall Particle Size Measurement

This assignment investigates a simple measurement of the size distribution of a particular batch of sand supplied to our laboratory in building 114. The sand is documented by the supplier in the attached datasheet, and it mainly consist of SiO2. The experiment is done in a small container made of Plexiglas with inner dimensions: height × width × depth = 200 mm × 100 mm × 10 mm. The container is filled with demineralized water and is illuminated with a Beuer TL 30 “Daylight therapy lamp” that provides bright and uniform light without flicker. The setup is observed with a monochrome camera (Basler acA1300-200um) running at frame rate of 168 Hz. An image of a ruler in the container provides the relation between physical space and camera pixels. The experiment is shown in a short video at DTU Learn. A tiny amount of sand is released at the top of the container,and the sand grains are recorded as a long series of images as the particles fall freely in the water.The temperature is 22°C

Setup

The assignment

  1. Approximate the sand grains to spherical particles falling at low Reynolds number (Stokes flow) and estimate the diameter for each track in the file “tracks.txt” from observed the free-fall velocity. Compare your results to the datasheet from the supplier in a plot.
  2. Select a particle size distribution model from chapter 3.4 in Crowe et al that you find to be the best fit to the data found in question 1. Show model and data together in a plot. Also give your suggestion for a mean diameter for the particles based on data from question 1.
  3. The experiment and the analysis described above has many shortcomings. Select three shortcomings that you find to be the most important and discuss them. For at least two of the shortcomings, try to either to quantify errors/importance or to improve the analysis and show improved results.

The text below is text from my solution, adjusted to html5 and shortened by ChatGPT-3.5.

1. Estimating Particle Diameter from Free-Fall Velocity

By approximating sand grains as spheres falling at low Reynolds numbers (Stokes flow), the diameter (D) of each grain can be estimated using the following equation:

D = 18 μ U g ( ρ - ρ )

where U is the free-fall velocity. Two methods were employed to estimate D: one using average vertical velocity and the other using area data from the file "tracks.txt." Comparing the results to the data-sheet's diameter distribution, the method based on velocity estimation provided a better fit.

2. Particle Size Distribution Model

The Log-normal distribution model was found to fit the diameter distribution slightly better than the Gaussian-normal distribution. The calculated mean diameter was 0.164 mm, while the data-sheet provided a mean of 0.181 mm. Given that the data-sheet's mean is influenced by grain weight, the calculated mean diameter is considered a more accurate descriptor.

3. Experiment Shortcomings and Improvements

Shortcomings:

  1. Sampling Volume: The experiment's sampling volume might not be representative of the grains' source, as observed discrepancies with the data-sheet's diameter distributions suggest.
  2. Tracking Algorithm: The simplicity of the tracking algorithm could lead to inaccuracies, especially when dealing with overlapping grains. Attempted improvements, like applying filters, did not yield successful results.
  3. Reynolds Number Assumption: Assuming a low Reynolds number flow may not be valid, as the Reynolds number is higher than accepted for this assumption. A correction factor could be applied to address this limitation.

Conclusion

The experiment showed that with some accuracy the diameter distribution of particles can be estimated using their velocity in a flow. This is an interesting result since it means that a non-invasive and real time measurements can be made in an experiment. Using other methods such as for example a sieve, the grains can not be as accurately determined and the diameters are determined by the sieve mesh size. When this method is applicable it could also be less labor intensive and requires fewer tools while the experiment is being carried out.