AL

Artur K. Lidtke

info

Please Note

2 records found

Developing a numerical model to explore efficient kinematics of the prolate Sarsia tubulosa jellyfish

Master thesis (2026) - E. van der Weide, B. Font, Artur K. Lidtke, A.J.L.L. Buchner
Jellyfish are among the most energy-efficient swimmers in the animal kingdom, driven by unsteady interactions between bell deformation, velar control, and vortex formation. Accurately modelling these mechanisms remains challenging, as existing numerical approaches often rely on simplified geometries, reduced dimensionality, or neglect of velar kinematics, limiting their ability to capture realistic three-dimensional flow dynamics.

This study presents a three-dimensional numerical model of Sarsia tubulosa implemented in the CFD solver WaterLily. The geometry is represented using time-dependent NURBS-based control points, enabling biologically realistic bell deformation and active velar motion. A Cartesian grid combined with the Boundary Data Immersion Method avoids remeshing and allows efficient simulation of complex, time-varying kinematics. Hydrodynamic forces are obtained directly from the incompressible Navier–Stokes equations, avoiding reduced-order approximations.

The model reproduces key propulsion mechanisms, including jet formation and vortex shedding, but discrepancies in force and velocity indicate limitations in physical fidelity. In particular, the absence of fluid–structure interaction, elastic effects, and tentacle-induced drag leads to idealised dynamics and phenomena such as velocity overshoot. This highlights that prescribed kinematics alone are insufficient to fully capture jellyfish propulsion.

Overall, the model provides an efficient framework for analysing three-dimensional flow structures and kinematic trends in jellyfish swimming. However, its use for quantitative efficiency assessment is limited, and future work should focus on incorporating fluid–structure interaction and passive biological effects to improve physical realism.

Code is available in the reproducibility repository that was added as link.:
https://github.com/evanvanderweide/WaterLily-Sarsia-tubulosa-Jellyfish-Modelling ...
Master thesis (2025) - Eric Chillón, B. Font, N.A.K. Doan, R.P. Dwight, Gabriel D. Weymouth, Artur K. Lidtke
Computational fluid dynamics simulations are commonplace and crucial in many industries, yet obtaining flow solutions requires solving large, sparse linear systems of equations at a significant time and energy cost. This becomes particularly expensive, especially on unstructured meshes. One of the most effective methods for solving such systems is the algebraic multigrid (AMG). Still, its performance depends heavily on the efficiency of its internal components, particularly the smoother. Many existing data-driven AMG enhancements mainly target structured grids or focus on other operators rather than smoothing, leaving a gap in unstructured mesh performance optimization.

This study develops a graph neural network (GNN) inspired by AutoAMG, a GNN-based approach to enhance AMG performance by predicting optimal strength parameters. The GNN in this work is trained to predict polynomial coefficients used to construct a sparse pseudo-inverse smoother matrix, improving the AMG smoothing step. The framework is implemented in PyTorch with graphics processing unit (GPU) acceleration, while the training and evaluation datasets are generated using the CFD solvers WaterLily and ReFRESCO. These cover synthetic problems, canonical external flows, and industry-relevant 2D simulations of airfoils (from the AirfRANS dataset) for both structured and unstructured meshes. The framework includes the graph generation, GNN architecture, AMG integration, and a training and validation pipeline.

Excellent generalization is demonstrated for structured cases, achieving approximately 25% wall-clock time reduction and nearly perfect convergence on grids up to 128 times larger than the ones used in training. Similarly, for unstructured 2D/3D problems, data diversity proves to be the primary driver of generalization. A mixed dataset produces stable acceleration across all meshes, achieving 17-18% solve time reductions on grids up to 20 times larger number of cells. Tests further demonstrate that, while different GNN sizes can enhance solving times, performance is ultimately limited by the smoother itself. Increasing the pseudo-inverse complexity, such as using a high polynomial functions to construct the coefficients, can cause overfitting.

Testing on the complex AirfRANS dataset shows that the model generalizes to significantly larger problems and unseen flow regimes, reducing iterations by nearly 20%. However, due to higher sparse smoother costs, this resulted in a 4.7% net slowdown in solve time. In conclusion, this research demonstrates that a GNN-tuned Jacobi smoother can accelerate AMG solvers on diverse grids, averaging 17-25% wall-clock reductions. The framework demonstrates that a GNN can provide quantifiable speedups, given that the reduction in iteration count outweighs the higher computational cost of the sparse smoother.
...