VortexViz: Finding Vortex Boundaries by Learning from Particle Trajectories

Read original: arXiv:2404.01352 - Published 4/3/2024 by Akila de Silva, Nicholas Tee, Omkar Ghanekar, Fahim Hasan Khan, Gregory Dusek, James Davis, Alex Pang
Total Score

0

VortexViz: Finding Vortex Boundaries by Learning from Particle Trajectories

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper presents a method called VortexViz for identifying the boundaries of vortices in fluid flow using deep learning on particle trajectory data.
  • The key idea is to train a neural network to recognize patterns in particle trajectories that correspond to vortex boundaries, allowing the network to then identify vortices in new flow visualization data.
  • The authors demonstrate the effectiveness of VortexViz on a range of synthetic and real-world fluid flow datasets, showing that it can accurately locate vortex boundaries.

Plain English Explanation

Vortices are swirling patterns that often appear in fluid flows, like the spirals you see when water drains from a sink. Understanding where these vortices occur is important for many scientific and engineering applications, from weather forecasting to aircraft design.

The researchers developed a new technique called VortexViz that can automatically identify the boundaries of vortices based on how particles move through the fluid. They trained a deep learning model to recognize the characteristic paths that particles take when they are tracing the edge of a vortex. Once trained, the model can then analyze new fluid flow data and pinpoint where the vortices are located.

The key innovation is using the particle trajectory data to train the model, rather than relying on visualizations of the fluid flow itself. This allows VortexViz to work with a wider range of data sources, including simulations and experiments that track individual particles. The model learns to recognize the signature patterns of vortex boundaries from these trajectories, without needing to understand the underlying physics.

The researchers tested VortexViz on both synthetic fluid flows and real-world datasets, and found that it could accurately locate vortex boundaries in a variety of different scenarios. This suggests the technique could be a valuable tool for fluid dynamics researchers and engineers who need to understand and predict vortex behavior.

Technical Explanation

The VortexViz approach consists of two main components: a particle trajectory data generator and a deep learning vortex boundary detector.

The data generator takes in a fluid flow simulation or experimental dataset and extracts individual particle trajectories. It then labels each particle based on whether it is passing through a vortex boundary or not, using ground truth vortex information provided with the dataset.

The labeled particle trajectory data is then used to train a convolutional neural network to recognize the characteristic patterns of vortex boundary regions. The network takes a set of particle trajectories as input and outputs a spatial map highlighting the detected vortex boundaries.

The authors evaluate VortexViz on both synthetic and real-world fluid flow datasets, including simulations of decaying turbulence and experimental measurements of a cylinder wake. They show that the trained network is able to accurately localize vortex boundaries, outperforming previous approaches that relied on direct analysis of flow visualization data.

Critical Analysis

A key strength of the VortexViz approach is its ability to work with a variety of fluid flow data sources, including particle-based simulations and experimental measurements. This flexibility is enabled by the focus on learning directly from particle trajectory data, rather than trying to extract vortex information from flow visualizations.

However, the reliance on ground truth vortex boundary labels for training could be a limitation, as obtaining these labels can be challenging, especially for real-world datasets. The authors note that their method requires careful preprocessing and parameter tuning to handle noisy or sparse trajectory data.

Additionally, while VortexViz demonstrates good performance on the evaluated datasets, its generalization to new fluid flow scenarios is not fully explored. Further testing on a wider range of flow conditions and applications would help validate the broader utility of the technique.

Overall, VortexViz represents a promising approach to vortex detection that leverages the power of deep learning to extract meaningful patterns from particle trajectory data. With further development and validation, it could become a valuable tool for fluid dynamics research and engineering applications.

Conclusion

The VortexViz method provides a novel way to identify vortex boundaries in fluid flows by learning directly from particle trajectory data using deep learning. This approach offers several advantages over previous techniques, including greater flexibility in the types of data that can be analyzed and the potential for more accurate vortex detection.

The successful demonstration of VortexViz on both synthetic and real-world fluid flow datasets suggests the technique could be a valuable addition to the toolbox of fluid dynamics researchers and engineers. By automating the process of vortex identification, VortexViz could lead to new insights and enable better modeling and simulation of complex fluid phenomena.

As with any new research, there are still some limitations and questions that need to be addressed. But the core ideas behind VortexViz represent an exciting step forward in using machine learning to extract meaningful information from fluid flow data, with potentially far-reaching applications across science and engineering.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

VortexViz: Finding Vortex Boundaries by Learning from Particle Trajectories
Total Score

0

VortexViz: Finding Vortex Boundaries by Learning from Particle Trajectories

Akila de Silva, Nicholas Tee, Omkar Ghanekar, Fahim Hasan Khan, Gregory Dusek, James Davis, Alex Pang

Vortices are studied in various scientific disciplines, offering insights into fluid flow behavior. Visualizing the boundary of vortices is crucial for understanding flow phenomena and detecting flow irregularities. This paper addresses the challenge of accurately extracting vortex boundaries using deep learning techniques. While existing methods primarily train on velocity components, we propose a novel approach incorporating particle trajectories (streamlines or pathlines) into the learning process. By leveraging the regional/local characteristics of the flow field captured by streamlines or pathlines, our methodology aims to enhance the accuracy of vortex boundary extraction.

Read more

4/3/2024

Identifying Locally Turbulent Vortices within Instabilities
Total Score

0

Identifying Locally Turbulent Vortices within Instabilities

Fabien Vivodtzev, Florent Nauleau, Jean-Philippe Braeunig, Julien Tierny

This work presents an approach for the automatic detection of locally turbulent vortices within turbulent 2D flows such as instabilites. First, given a time step of the flow, methods from Topological Data Analysis (TDA) are leveraged to extract the geometry of the vortices. Specifically, the enstrophy of the flow is simplified by topological persistence, and the vortices are extracted by collecting the basins of the simplified enstrophy's Morse complex. Next, the local kinetic energy power spectrum is computed for each vortex. We introduce a set of indicators based on the kinetic energy power spectrum to estimate the correlation between the vortex's behavior and that of an idealized turbulent vortex. Our preliminary experiments show the relevance of these indicators for distinguishing vortices which are turbulent from those which have not yet reached a turbulent state and thus known as laminar.

Read more

8/26/2024

🧠

Total Score

0

Neural Networks-based Random Vortex Methods for Modelling Incompressible Flows

Vladislav Cherepanov, Sebastian W. Ertel

In this paper we introduce a novel Neural Networks-based approach for approximating solutions to the (2D) incompressible Navier--Stokes equations. Our algorithm uses a Physics-informed Neural Network, that approximates the vorticity based on a loss function that uses a computationally efficient formulation of the Random Vortex dynamics. The neural vorticity estimator is then combined with traditional numerical PDE-solvers for the Poisson equation to compute the velocity field. The main advantage of our method compared to standard Physics-informed Neural Networks is that it strictly enforces physical properties, such as incompressibility or boundary conditions, which might otherwise be hard to guarantee with purely Neural Networks-based approaches.

Read more

5/24/2024

Efficient Navigation of a Robotic Fish Swimming Across the Vortical Flow Field
Total Score

0

Efficient Navigation of a Robotic Fish Swimming Across the Vortical Flow Field

Haodong Feng, Dehan Yuan, Jiale Miao, Jie You, Yue Wang, Yi Zhu, Dixia Fan

Navigating efficiently across vortical flow fields presents a significant challenge in various robotic applications. The dynamic and unsteady nature of vortical flows often disturbs the control of underwater robots, complicating their operation in hydrodynamic environments. Conventional control methods, which depend on accurate modeling, fail in these settings due to the complexity of fluid-structure interactions (FSI) caused by unsteady hydrodynamics. This study proposes a deep reinforcement learning (DRL) algorithm, trained in a data-driven manner, to enable efficient navigation of a robotic fish swimming across vortical flows. Our proposed algorithm incorporates the LSTM architecture and uses several recent consecutive observations as the state to address the issue of partial observation, often due to sensor limitations. We present a numerical study of navigation within a Karman vortex street, created by placing a stationary cylinder in a uniform flow, utilizing the immersed boundary-lattice Boltzmann method (IB-LBM). The aim is to train the robotic fish to discover efficient navigation policies, enabling it to reach a designated target point across the Karman vortex street from various initial positions. After training, the fish demonstrates the ability to rapidly reach the target from different initial positions, showcasing the effectiveness and robustness of our proposed algorithm. Analysis of the results reveals that the robotic fish can leverage velocity gains and pressure differences induced by the vortices to reach the target, underscoring the potential of our proposed algorithm in enhancing navigation in complex hydrodynamic environments.

Read more

5/24/2024