Skip to main content
Log in

Particle tracking velocimetry in liquid gallium flow around a cylindrical obstacle

  • Research Article
  • Published:
Experiments in Fluids Aims and scope Submit manuscript

Abstract

This paper demonstrates particle tracking velocimetry performed for a model system wherein particle-laden liquid metal flow around a cylindrical obstacle was studied. We present the image processing methodology developed for particle detection in images with disparate and often low signal- and contrast-to-noise ratios, and the application of our MHT-X tracing algorithm for particle trajectory reconstruction for the wake flow around the obstacle. Preliminary results indicate that the utilized methods enable consistent particle detection and recovery of long, representative particle trajectories with high confidence. However, we also underline the necessity of implementing a more advanced particle position extrapolation approach for increased tracking accuracy. Satisfactory tracking accuracy can be inferred from the fact that the fluctuations in the measured particle velocity are dominated by frequencies that agree sufficiently well with the expected frequencies of the cylinder wake.

Graphical abstract

This is a preview of subscription content, log in via an institution to check access.

Access this article

Subscribe and save

Springer+ Basic
$34.99 /Month
  • Get 10 units per month
  • Download Article/Chapter or eBook
  • 1 Unit = 1 Article or 1 Chapter
  • Cancel anytime
Subscribe now

Buy Now

Price excludes VAT (USA)
Tax calculation will be finalised during checkout.

Instant access to the full article PDF.

Fig. 1
Fig. 2
Fig. 3
Fig. 4
Fig. 5
Fig. 6
Fig. 7
Fig. 8
Fig. 9
Fig. 10
Fig. 11
Fig. 12

Similar content being viewed by others

Data availability

Both input and output for the image processing code and MHT-X, as well as associated visuals are available on demand-please contact the corresponding authors.

Code availability

The image processing code is available at GitHub: Mihails-Birjukovs/Low_C-SNR_Particle_Detection. MHT-X can be found at GitHub as well: Peteris-Zvejnieks/MHT-X.

References

Download references

Acknowledgements

This research is a part of the ERDF project “Development of numerical modeling approaches to study complex multiphysical interactions in electromagnetic liquid metal technologies” (No. 1.1.1.1/18/A/108) and is based on experiments performed at the Swiss spallation neutron source SINQ, Paul Scherrer Institute, Villigen, Switzerland. The authors acknowledge the support from Paul Scherrer Institut (PSI) and Helmholtz-Zentrum Dresden-Rossendorf (HZDR). The work is also supported by a DAAD Short-Term Grant (2021, 57552336) and the ANR-DFG project FLOTINC (ANR-15-CE08-0040, EC 217/3).

Author information

Authors and Affiliations

Authors

Contributions

MB developed and implemented the image processing algorithm used to detect particles. PZ is the main developer of MHT-X object tracking algorithm and incorporated special likelihood functions for particle motion and motion prediction using particle image velocimetry (PIV) into MHT-X. Mihails Birjukovs performed image processing and PZ performed particle tracking. Experimental data were obtained by TL, MS, SH, PT and DM. MB and SH analyzed the results. Visualization was done by MB and PeZ. The first version of the manuscript was written by MB, TL and PZ. SE and AJ were responsible for funding acquisition and research supervision. All co-authors contributed to manuscript editing and review prior to submission.

Corresponding authors

Correspondence to Mihails Birjukovs or Peteris Zvejnieks.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Appendix

Appendix

1.1 Appendix A: Parallelization and performance

The image processing pipeline as outlined above was implemented in Wolfram Mathematica using its parallel computing functionality. Due to a large number of IWs per image (~ 102) and the small relative area of an IW (~ 3.8%), it was decided to parallelize IW processing for individual images, thus performing sets of parallel computations, as many as there are images in a sequence. IW generation is performed in serial mode, while local filtering and particle segmentation (Algorithm 1, Steps 4 and 5) are parallelized. To speed up false positive filtering (Algorithm 4), it is split into a sequence of steps, each individually parallelized, as outlined in Algorithm 5. Afterward, the assembly of the full FOV masks is performed in parallel (image composition and addition), while area thresholding and morphological opening are performed in serial mode.

figure f

The implementation as presented in this paper was tested on two machines (Windows 10):

The code was first tested using a sequence of 1500 FOV images. Three test cases were run multiple times each: using all available parallel threads (hyperthreading was used since all the underlying operations for IWs are independent) on the Core i9 and Core i7 systems, and running the code on the Core i9 CPU using half of the available parallel threads. The results are summarized in Table 1.

Table 1 The results of the image processing code benchmarks. \(\tau\) denotes wall time. RAM utilization accounts for the system processes

In both cases with all available parallel threads used, the CPU utilization for Algorithms 2 and 3 was consistently at 100%. For the Core i9 system with all threads utilized, all stages of Algorithm 5 combined exhibit mean CPU utilization of ~ 39% on average, with ~ 28% at minimum and ~ 83% at maximum. The global mask assembly runs with ~ 81% CPU utilization on average. CPU utilization for the Core i7 system was greater for both Algorithm 5 and global mask assembly: ~ 59% and ~ 90% on average, respectively. The discrepancies in processing time proportions and CPU utilization between the Core i9 and Core i7 systems are largely due to a considerable difference in the number of cores in favor of the Core i9 machine and the better single-core performance of the Core i7 machine. The speedup factor between the two systems systems running all available threads is ~ 1.43.

1.2 Appendix B: Particle detection density

Figures 13 and 14 show the particle detection density over frames (equivalently, in time with 100 FPS) and space for a 1500-frame image sequence. Particle count per frame (Fig. 13) is on average ~ 105 with a ~ 10% deviation, indicating consistency in particle detection.

Fig. 13
figure 13

Particle count per frame (100 FPS, black) over a 1500-frame image sequence. The red curve is the averaged trend obtained via Gaussian total variation (TV) filtering (regularization parameter equal to 2) Rudin et al. (1992) and the statistically significant (\(q=0.9\) quantile) value ranges about the averaged curve are indicated with the light-gray envelope. The envelope is derived by filtering the quantile spline envelopes Antonov (2014) for data with the same TV filter as the data

Fig. 14
figure 14

Normalized area density of particle detection events within the FOV (Fig. 2) over a 1500-frame image sequence. Density isolines are shown in white. The density map was computed using a Gaussian kernel over the count area density with Silverman’s bandwidth estimation

Figure 14 indicates that particle detection density is considerably greater within the wake of the cylindrical obstacle-this makes sense intuitively, since particles entrapped in or travelling through the wake flow zone are slower and have longer residence times within the FOV than the particles travelling with the mean flow around the obstacle, to the top and bottom of the FOV. Hence, more detection events per unit area are generated in the wake flow region of the FOV. This means that generated detection events are physically consistent with what one would expect from the studied system.

Rights and permissions

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Birjukovs, M., Zvejnieks, P., Lappan, T. et al. Particle tracking velocimetry in liquid gallium flow around a cylindrical obstacle. Exp Fluids 63, 99 (2022). https://doi.org/10.1007/s00348-022-03445-2

Download citation

  • Received:

  • Revised:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1007/s00348-022-03445-2

Navigation