-
Predicting airfoil pressure distribution using boundary graph neural networks
Authors:
Sankalp Jena,
Gabriel D. Weymouth,
Artur K. Lidtke,
Andrea Coraddu
Abstract:
Surrogate models are essential for fast and accurate surface pressure and friction predictions during design optimization of complex lifting surfaces. This study focuses on predicting pressure distribution over two-dimensional airfoils using graph neural networks (GNNs), leveraging their ability to process non-parametric geometries. We introduce boundary graph neural networks (B-GNNs) that operate…
▽ More
Surrogate models are essential for fast and accurate surface pressure and friction predictions during design optimization of complex lifting surfaces. This study focuses on predicting pressure distribution over two-dimensional airfoils using graph neural networks (GNNs), leveraging their ability to process non-parametric geometries. We introduce boundary graph neural networks (B-GNNs) that operate exclusively on surface meshes and compare these to previous work on volumetric GNNs operating on volume meshes. All of the training and evaluation is done using the airfRANS (Reynolds-averaged Navier-Stokes) database. We demonstrate the importance of all-to-all communication in GNNs to enforce the global incompressible flow constraint and ensure accurate predictions. We show that supplying the B-GNNs with local physics-based input-features, such as an approximate local Reynolds number $\mathrm{Re}_x$ and the inviscid pressure distribution from a panel method code, enables a $83\%$ reduction of model size and $87\%$ of training set size relative to models using purely geometric inputs to achieve the same in-distribution prediction accuracy. We investigate the generalization capabilities of the B-GNNs to out-of-distribution predictions on the S809/27 wind turbine blade section and find that incorporating inviscid pressure distribution as a feature reduces error by up to $88\%$ relative to purely geometry-based inputs. Finally, we find that the physics-based model reduces error by $85\%$ compared to the state-of-the-art volumetric model INFINITY.
△ Less
Submitted 24 March, 2025;
originally announced March 2025.
-
WaterLily.jl: A differentiable and backend-agnostic Julia solver for incompressible viscous flow around dynamic bodies
Authors:
Gabriel D. Weymouth,
Bernat Font
Abstract:
Integrating computational fluid dynamics (CFD) solvers into optimization and machine-learning frameworks is hampered by the rigidity of classic computational languages and the slow performance of more flexible high-level languages. In this work, we introduce WaterLily.jl: an open-source incompressible viscous flow solver written in the Julia language. An immersed boundary method is used to enforce…
▽ More
Integrating computational fluid dynamics (CFD) solvers into optimization and machine-learning frameworks is hampered by the rigidity of classic computational languages and the slow performance of more flexible high-level languages. In this work, we introduce WaterLily.jl: an open-source incompressible viscous flow solver written in the Julia language. An immersed boundary method is used to enforce the effect of solid boundaries on flow past complex geometries with arbitrary motions. The small code base is multidimensional, multiplatform and backend-agnostic, ie. it supports serial and multithreaded CPU execution, and GPUs of different vendors. Additionally, the pure-Julia implementation allows the solver to be fully differentiable using automatic differentiation. The computational cost per time step and grid point remains constant with increasing grid size on CPU backends, and we measure up to two orders of magnitude speed-up on a supercomputer GPU compared to serial CPU execution. This leads to comparable performance with low-level CFD solvers written in C and Fortran on research-scale problems, opening up exciting possible future applications on the cutting edge of machine-learning research.
△ Less
Submitted 3 July, 2025; v1 submitted 22 July, 2024;
originally announced July 2024.
-
Resolvent analysis of a swimming foil
Authors:
Jonathan M. O. Massey,
Sean Symon,
Bharathram Ganapathisubramani,
Gabriel D. Weymouth
Abstract:
This study employs resolvent analysis to explore the dynamics and coherent structures in the boundary layer of a foil that swims via a travelling wave undulation. A modified NACA foil shape is used together with undulatory kinematics to represent fish-like bodies at realistic Reynolds numbers ($ \mathit{Re} = 10,000 $ and $ \mathit{Re} = 100,000 $) in both thrust- and drag-producing propulsion reg…
▽ More
This study employs resolvent analysis to explore the dynamics and coherent structures in the boundary layer of a foil that swims via a travelling wave undulation. A modified NACA foil shape is used together with undulatory kinematics to represent fish-like bodies at realistic Reynolds numbers ($ \mathit{Re} = 10,000 $ and $ \mathit{Re} = 100,000 $) in both thrust- and drag-producing propulsion regimes. We introduce a novel coordinate transformation that enables the implementation of the data-driven resolvent analysis \citep{herrmann_data-driven_2021} to dissect the stability of the boundary layer of the swimming foil. This is the first study to implement resolvent analysis on deforming bodies with non-zero thickness and at realistic swimming Reynolds numbers. The analysis reinforces the notion that swimming kinematics drive the system's physics. In drag-producing regimes, it reveals breakdown mechanisms of the propulsive wave, while thrust-producing regimes show a uniform wave amplification across the foil's back half. The key thrust and drag mechanisms scale with the boundary-layer thickness, implying geometric self-similarity in this $\mathit{Re}$ regime. In addition, we identify a mechanism that is less strongly coupled to the body motion. We offer a comparison to a rough foil that reduces the amplification of this mechanism, demonstrating the potential of roughness to control the amplification of key mechanisms in the flow. The results provide valuable insights into the dynamics of swimming bodies and highlight avenues for developing opposition control strategies.
△ Less
Submitted 9 July, 2024;
originally announced July 2024.
-
Using Biot-Savart boundary conditions for unbounded external flow on Eulerian meshes
Authors:
Gabriel D. Weymouth,
Marin Lauber
Abstract:
We introduce a novel boundary condition for incompressible Eulerian simulations formulated using a Biot-Savart vorticity integral that maintains high-accuracy results even when the domain boundary is within a body-length of immersed solid boundaries. The key prerequisite to accurately couple the Biot-Savart condition to the Eulerian velocity and pressure fields is including the influence of the vo…
▽ More
We introduce a novel boundary condition for incompressible Eulerian simulations formulated using a Biot-Savart vorticity integral that maintains high-accuracy results even when the domain boundary is within a body-length of immersed solid boundaries. The key prerequisite to accurately couple the Biot-Savart condition to the Eulerian velocity and pressure fields is including the influence of the vorticity generated at the immersed boundaries during the incompressible-flow projection step. While the resulting linear operator for the pressure is non-local, it can be efficiently solved by partitioning it into the standard local Poisson operator and the Biot-Savart update. We use oct-tree clustering for the Fast Multi-level Method (FM$\ell$M) to reduce the computational cost of the evaluation of the Biot-Savart integral on the boundaries of a 3D simulation with $N$ points from $O(N^{5/3})$ to $O(N)$ and show that this has bounded errors. We show that the new method captures the analytical added-mass force of accelerating 2D and 3D plates exactly and matches experimentally measured wake development even when the entire domain only extends 1/2 diameter from the plate. The new method also predicts accurate time-varying forces for a 2D circle and 3D sphere regardless of domain size, while classical boundary conditions require a domain more than 100 times larger in 2D to converge on the new method's result. Finally, we study the highly sensitive 2D deflected wakes produced by high frequency flapping foils to the new boundary conditions and show that truncating the deflected wake within four cord-lengths of the body changes the body force amplitudes by 10-40%. Doubling the wake size recovers the asymptotic results to within 5%.
△ Less
Submitted 13 March, 2025; v1 submitted 13 April, 2024;
originally announced April 2024.
-
Immersed-Boundary Fluid-Structure Interaction of Membranes and Shells
Authors:
Marin Lauber,
Gabriel D. Weymouth,
Georges Limbert
Abstract:
This paper presents a general and robust method for the fluid-structure interaction of membranes and shells undergoing large displacement and large added-mass effects by coupling an immersed-boundary method with a shell finite-element model. The immersed boundary method can accurately simulate the fluid velocity and pressure induced by dynamic bodies undergoing large displacements using a computat…
▽ More
This paper presents a general and robust method for the fluid-structure interaction of membranes and shells undergoing large displacement and large added-mass effects by coupling an immersed-boundary method with a shell finite-element model. The immersed boundary method can accurately simulate the fluid velocity and pressure induced by dynamic bodies undergoing large displacements using a computationally efficient pressure projection finite volume solver. The structural solver can be applied to bending and membrane-related problems, making our partitioned solver very general. We use a strongly-coupled algorithm that avoids the expensive computation of the inverse Jacobian within the root-finding iterations by constructing it from input-output pairs of the coupling variables from the previous time steps. Using two examples with large deformations and added mass contributions, we demonstrate that the resulting quasi-Newton scheme is stable, accurate, and computationally efficient.
△ Less
Submitted 12 August, 2023;
originally announced August 2023.
-
WaterLily.jl: A differentiable fluid simulator in Julia with fast heterogeneous execution
Authors:
Gabriel D. Weymouth,
Bernat Font
Abstract:
Integrating computational fluid dynamics (CFD) software into optimization and machine-learning frameworks is hampered by the rigidity of classic computational languages and the slow performance of more flexible high-level languages. WaterLily.jl is an open-source incompressible viscous flow solver written in the Julia language. The small code base is multi-dimensional, multi-platform and backend-a…
▽ More
Integrating computational fluid dynamics (CFD) software into optimization and machine-learning frameworks is hampered by the rigidity of classic computational languages and the slow performance of more flexible high-level languages. WaterLily.jl is an open-source incompressible viscous flow solver written in the Julia language. The small code base is multi-dimensional, multi-platform and backend-agnostic (serial CPU, multi-threaded, & GPU execution). The simulator is differentiable and uses automatic-differentiation internally to immerse solid geometries and optimize the pressure solver. The computational time per time step scales linearly with the number of degrees of freedom on CPUs, and we see up to a 182x speed-up using CUDA kernels. This leads to comparable performance with Fortran solvers on many research-scale problems opening up exciting possible future applications on the cutting edge of machine-learning research.
△ Less
Submitted 17 April, 2023;
originally announced April 2023.
-
Effects of surface roughness on the propulsive performance of pitching foils
Authors:
Rodrigo Vilumbrales-Garcia,
Melike Kurt,
Gabriel D. Weymouth,
Bharathram Ganapathisubramani
Abstract:
The hydrodynamic influence of surface texture on static surfaces ranges from large drag penalties (roughness) to potential performance benefits (shark-like skin). Although, it is of wide-ranging research interest, the impact of roughness on flapping systems has received limited attention. In this work, we explore the effect of roughness on unsteady performance of a harmonically pitching foil throu…
▽ More
The hydrodynamic influence of surface texture on static surfaces ranges from large drag penalties (roughness) to potential performance benefits (shark-like skin). Although, it is of wide-ranging research interest, the impact of roughness on flapping systems has received limited attention. In this work, we explore the effect of roughness on unsteady performance of a harmonically pitching foil through experiments using foils with different surface roughness, at a fixed Strouhal number and within the Reynolds number (Re) range of 15k-30k. The foils' surface roughness is altered by changing the distribution of spherical-cap shaped elements over the propulsor area. We find that the addition of surface roughness does not improve the performance compared to a smooth surface over the Re range considered. The analysis of the flow fields shows near identical wakes regardless of the foil's surface roughness. The performance reduction mainly occurs due to an increase in profile drag. However, we find that the drag penalty due to roughness is reduced from 76% for a static foil to 16% for a flapping foil at the same mean angle of attack, with the strongest decrease measured at the highest Re. Our findings highlight that the effect of roughness on dynamic systems is very different than that on static systems, thereby, cannot be accounted for by only using information obtained from static cases. This also indicates that the performance of unsteady, flapping systems is more robust to the changes in surface roughness.
△ Less
Submitted 10 January, 2023;
originally announced January 2023.
-
Effect of aspect ratio on the propulsive performance of tandem flapping foils
Authors:
N. S. Lagopoulos,
G. D. Weymouth,
B. Ganapathisubramani
Abstract:
In this work, we describe the impact of aspect ratio (AR) on the performance of optimally phased, identical flapping flippers in a tandem configuration. Three-dimensional simulations are performed for seven sets of single and tandem finite foils at a moderate Reynolds number, with thrust producing, heave-to-pitch coupled kinematics. Increasing slenderness (or aspect ratio - AR) is found to improve…
▽ More
In this work, we describe the impact of aspect ratio (AR) on the performance of optimally phased, identical flapping flippers in a tandem configuration. Three-dimensional simulations are performed for seven sets of single and tandem finite foils at a moderate Reynolds number, with thrust producing, heave-to-pitch coupled kinematics. Increasing slenderness (or aspect ratio - AR) is found to improve thrust coefficients and thrust augmentation but the benefits level off towards higher values of AR. On the other hand, the propulsive efficiency shows no significant change with increasing AR, while the hind foil outperforms the single by a small margin. Further analysis of the spanwise development and propagation of vortical structures allows us to gain some insights on the mechanisms of these wake interactions and provide valuable information for the design of novel biomimetic propulsion systems.
△ Less
Submitted 21 December, 2021;
originally announced December 2021.
-
Data-Driven Multi-Grid Solver for Accelerated Pressure Projection
Authors:
Gabriel D Weymouth
Abstract:
Pressure projection is the single most computationally expensive step in an unsteady incompressible fluid simulation. This work demonstrates the ability of data-driven methods to accelerate the approximate solution of the Poisson equation at the heart of pressure projection. Geometric Multi-Grid methods are identified as linear convolutional encoder-decoder networks and a data-driven smoother is d…
▽ More
Pressure projection is the single most computationally expensive step in an unsteady incompressible fluid simulation. This work demonstrates the ability of data-driven methods to accelerate the approximate solution of the Poisson equation at the heart of pressure projection. Geometric Multi-Grid methods are identified as linear convolutional encoder-decoder networks and a data-driven smoother is developed using automatic differentiation to optimize the velocity-divergence projection. The new method is found to accelerate classic Multi-Grid methods by a factor of two to three with no loss of accuracy on eleven 2D and 3D flow cases including cases with dynamic immersed solid boundaries. The optimal parameters are found to transfer nearly 100% effectiveness as the resolution is increased, providing a robust approach for accelerated pressure projection of unsteady flows.
△ Less
Submitted 17 April, 2022; v1 submitted 21 October, 2021;
originally announced October 2021.
-
Immersed Boundary Simulations of Flows Driven by Moving Thin Membranes
Authors:
Marin Lauber,
Gabriel D. Weymouth,
Georges Limbert
Abstract:
Immersed boundary methods are extensively used for simulations of dynamic solid objects interacting with fluids due to their computational efficiency and modelling flexibility compared to body-fitted grid methods. However, thin geometries, such as shells and membranes, cause a violation of the boundary conditions across the surface for many immersed boundary projection algorithms. Using a one-dime…
▽ More
Immersed boundary methods are extensively used for simulations of dynamic solid objects interacting with fluids due to their computational efficiency and modelling flexibility compared to body-fitted grid methods. However, thin geometries, such as shells and membranes, cause a violation of the boundary conditions across the surface for many immersed boundary projection algorithms. Using a one-dimensional analytical derivation and multi-dimensional numerical simulations, this manuscript shows that adjustment of the Poisson matrix itself is require to avoid large velocity, pressure, and force prediction errors when the pressure jump across the interface is substantial and that these errors increase with Reynolds number. A new minimal thickness modification is developed for the Boundary Data Immersion Method (BDIM-σ),which avoids these issues while still enabling the use of efficient projection algorithms for high-speed immersed surface simulations.
△ Less
Submitted 13 October, 2021;
originally announced October 2021.
-
Effects of Aspect Ratio on Rolling and Twisting Foils
Authors:
A. N. Zurman-Nasution,
B. Ganapathisubramani,
G. D. Weymouth
Abstract:
Flapping flight and swimming are increasingly studied both due to their intrinsic scientific richness and their applicability to novel robotic systems. Strip theory is often applied to flapping wings, but such modeling is only rigorously applicable in the limit of infinite aspect ratio (AR) where the geometry and kinematics are effectively uniform. This work compares the flow features and forces o…
▽ More
Flapping flight and swimming are increasingly studied both due to their intrinsic scientific richness and their applicability to novel robotic systems. Strip theory is often applied to flapping wings, but such modeling is only rigorously applicable in the limit of infinite aspect ratio (AR) where the geometry and kinematics are effectively uniform. This work compares the flow features and forces of strip theory and three-dimensional flapping foils, maintaining similitude in the rolling and twisting kinematics while varying the foil AR. We find the key influence of finite AR and spanwise varying kinematics is the generation of a time-periodic spanwise flow which stabilizes the vortex structures and enhances the dynamics at the foil root. An aspect-ratio correction for flapping foils is developed analogous to Prandtl finite wing theory, enabling future use of strip theory in analysis and design of finite aspect ratio flapping foils.
△ Less
Submitted 14 October, 2020;
originally announced October 2020.
-
Span effect on the turbulence nature of flow past a circular cylinder
Authors:
Bernat Font,
Gabriel D. Weymouth,
Vinh-Tan Nguyen,
Owen R. Tutty
Abstract:
Turbulent flow evolution and energy cascades are significantly different in two-dimensional (2D) and three-dimensional (3D) flows. Studies have investigated these differences in obstacle-free turbulent flows, but solid boundaries have an important impact on the cross-over between 3D to 2D turbulence dynamics. In this work, we investigate the span effect on the turbulence nature of flow past a circ…
▽ More
Turbulent flow evolution and energy cascades are significantly different in two-dimensional (2D) and three-dimensional (3D) flows. Studies have investigated these differences in obstacle-free turbulent flows, but solid boundaries have an important impact on the cross-over between 3D to 2D turbulence dynamics. In this work, we investigate the span effect on the turbulence nature of flow past a circular cylinder at Re=10000. It is found that even for highly anisotropic geometries, 3D small-scale structures detach from the walls. Additionally, the natural large-scale rotation of the Kármán vortices rapidly two-dimensionalises those structures if the span is 50% of the diameter or less. We show this is linked to the span being shorter than the Mode B instability wavelength. The conflicting 3D small-scale structures and 2D Kármán vortices result in 2D and 3D turbulence dynamics which can coexist at certain locations of the wake depending on the domain geometric anisotropy.
△ Less
Submitted 20 August, 2020;
originally announced August 2020.
-
Deep learning of the spanwise-averaged Navier-Stokes equations
Authors:
Bernat Font,
Gabriel D. Weymouth,
Vinh-Tan Nguyen,
Owen R. Tutty
Abstract:
Simulations of turbulent fluid flow around long cylindrical structures are computationally expensive because of the vast range of length scales, requiring simplifications such as dimensional reduction. Current dimensionality reduction techniques such as strip-theory and depth-averaged methods do not take into account the natural flow dissipation mechanism inherent in the small-scale three-dimensio…
▽ More
Simulations of turbulent fluid flow around long cylindrical structures are computationally expensive because of the vast range of length scales, requiring simplifications such as dimensional reduction. Current dimensionality reduction techniques such as strip-theory and depth-averaged methods do not take into account the natural flow dissipation mechanism inherent in the small-scale three-dimensional (3-D) vortical structures. We propose a novel flow decomposition based on a local spanwise average of the flow, yielding the spanwise-averaged Navier-Stokes (SANS) equations. The SANS equations include closure terms accounting for the 3-D effects otherwise not considered in 2-D formulations. A supervised machine-learning (ML) model based on a deep convolutional neural network provides closure to the SANS system. A-priori results show up to 92% correlation between target and predicted closure terms; more than an order of magnitude better than the eddy viscosity model correlation. The trained ML model is also assessed for different Reynolds regimes and body shapes to the training case where, despite some discrepancies in the shear-layer region, high correlation values are still observed. The new SANS equations and ML closure model are also used for a-posteriori prediction. While we find evidence of known stability issues with long time ML predictions for dynamical systems, the closed SANS simulations are still capable of predicting wake metrics and induced forces with errors from 1-10%. This results in approximately an order of magnitude improvement over standard 2-D simulations while reducing the computational cost of 3-D simulations by 99.5%.
△ Less
Submitted 23 February, 2021; v1 submitted 17 August, 2020;
originally announced August 2020.
-
Deflected Wake Interaction of Tandem Flapping Foils
Authors:
N. S. Lagopoulos,
G. D. Weymouth,
B. Ganapathisubramani
Abstract:
Symmetric flapping foils are known to produce deflected jets at high frequency-amplitude combinations even at a zero mean angle of attack. This reduces the frequency range of useful propulsive configurations without side force. In this study, we numerically analyse the interaction of these deflected jets for tandem flapping foils undergoing coupled heave to pitch motion in a two dimensional domain…
▽ More
Symmetric flapping foils are known to produce deflected jets at high frequency-amplitude combinations even at a zero mean angle of attack. This reduces the frequency range of useful propulsive configurations without side force. In this study, we numerically analyse the interaction of these deflected jets for tandem flapping foils undergoing coupled heave to pitch motion in a two dimensional domain. The impact of the flapping Strouhal number, foil spacing and phasing on wake interaction is investigated. Our primary finding is that the back foil is capable of cancelling the wake deflection and mean side force of the front foil, even when located up to 5 chord lengths downstream. This is achieved by attracting the incoming dipoles and disturbing their cohesion within the limits of the back foil's range of flapping motion. We also show that the impact on cycle averaged thrust varies from high augmentation to drag generation depending on the wake patterns downstream of the back foil. These findings provide new insights towards the design of biomimetic tandem propulsors, as they expand their working envelope and ability to rapidly increase or decrease the forward speed by manipulating the size of the shed vortices.
△ Less
Submitted 17 August, 2020; v1 submitted 16 March, 2020;
originally announced March 2020.
-
Universal scaling law in drag-to-thrust wake transition of flapping foils
Authors:
N. S. Lagopoulos,
G. D. Weymouth,
B. Ganapathisubramani
Abstract:
Reversed von Kármán streets are responsible for a velocity surplus in the wake of flapping foils, indicating the onset of thrust generation. However, the wake pattern cannot be predicted based solely on the flapping peak-to-peak amplitude $A$ and frequency $f$ because the transition also depends sensitively on other details of the kinematics. In this work we replace $A$ with the cycle-averaged swe…
▽ More
Reversed von Kármán streets are responsible for a velocity surplus in the wake of flapping foils, indicating the onset of thrust generation. However, the wake pattern cannot be predicted based solely on the flapping peak-to-peak amplitude $A$ and frequency $f$ because the transition also depends sensitively on other details of the kinematics. In this work we replace $A$ with the cycle-averaged swept trajectory $\mathcal{T}$ of the foil chord-line. Two dimensional simulations are performed for pure heave, pure pitch and a variety of heave-to-pitch coupling. In a phase space of dimensionless $\mathcal{T}-f$ we show that the drag-to-thrust wake transition of all tested modes occurs for a modified Strouhal $St_{\mathcal{T}}\sim 1$. Physically the product $\mathcal{T}\cdot f$ expresses the induced velocity of the foil and indicates that propulsive jets occur when this velocity exceeds $U_{\infty}$. The new metric offers a unique insight into the thrust producing strategies of biological swimmers and flyers alike as it directly connects the wake development to the chosen kinematics enabling a self similar characterisation of flapping foil propulsion.
△ Less
Submitted 24 April, 2019; v1 submitted 7 March, 2019;
originally announced March 2019.
-
Biologically inspired force enhancement for maritime propulsion and maneuvering
Authors:
G D Weymouth
Abstract:
The move to high performance applications greatly increases the demand to produce large instantaneous fluid forces for high-speed maneuvering and improved power efficiency for sustained propulsion. Animals achieve remarkable feats of maneuvering and efficiency by changing their body shape to generate unsteady fluid forces. Inspired by this, we have studied a range of immersed bodies which drastica…
▽ More
The move to high performance applications greatly increases the demand to produce large instantaneous fluid forces for high-speed maneuvering and improved power efficiency for sustained propulsion. Animals achieve remarkable feats of maneuvering and efficiency by changing their body shape to generate unsteady fluid forces. Inspired by this, we have studied a range of immersed bodies which drastically change their shape to produce fluid forces. These include relatively simple shape- changes, such as quickly changing the angle of attack of a foil to induce emergency stops and the use of tandem flapping foils to generate three times the average propulsive force of a single flapping foil. They also include more unconventional shape-changes such as high-speed retracting foil sections to power roll and dive maneuvers and the use of soft robotics to rapidly shrink the frontal area of an ellipsoid to power 68% efficient fast-start maneuvers or even completely cancel the drag force with 91% quasi-propulsive efficiency. These systems have been investigated with analytics, experimental measurements and immersed-boundary numerical simulations.
△ Less
Submitted 21 September, 2016;
originally announced September 2016.
-
Drag cancellation by added-mass pumping
Authors:
F. Giorgio-Serchi,
G. D. Weymouth
Abstract:
A submerged body subject to a sudden shape-change experiences large forces due to the variation of added-mass energy. While this phenomenon has been studied for single actuation events, application to sustained propulsion requires studying \textit{periodic} shape-change. We do so in this work by investigating a spring-mass oscillator submerged in quiescent fluid subject to periodic changes in its…
▽ More
A submerged body subject to a sudden shape-change experiences large forces due to the variation of added-mass energy. While this phenomenon has been studied for single actuation events, application to sustained propulsion requires studying \textit{periodic} shape-change. We do so in this work by investigating a spring-mass oscillator submerged in quiescent fluid subject to periodic changes in its volume. We develop an analytical model to investigate the relationship between added-mass variation and viscous damping and demonstrate its range of application with fully coupled fluid-solid Navier-Stokes simulations at large Stokes number. Our results demonstrate that the recovery of added-mass kinetic energy can be used to completely cancel the viscous damping of the fluid, driving the onset of sustained oscillations with amplitudes as large as four times the average body radius $r_0$. A quasi-linear relationship is found to link the terminal amplitude of the oscillations $X$, to the extent of size change $a$, with $X/a$ peaking at values from 4 to 4.75 depending on the details of the shape-change kinematics. In addition, it is found that pumping in the frequency range of $1-\frac{a}{2r_0}<ω^2/ω_n^2<1+\frac{a}{2r_0}$ is required for sustained oscillations. The results of this analysis shed light on the role of added-mass recovery in the context of shape-changing bodies and biologically-inspired underwater vehicles.
△ Less
Submitted 21 May, 2016; v1 submitted 10 April, 2016;
originally announced April 2016.
-
Lily Pad: Towards Real-time Interactive Computational Fluid Dynamics
Authors:
Gabriel D. Weymouth
Abstract:
Despite the fact that computational fluid dynamics (CFD) software is now (relatively) fast and freely available, it is still amazingly difficult to use. Inaccessible software imposes a significant entry barrier on students and junior engineers, and even senior researchers spend less time developing insights and more time on software issues. Lily Pad was developed as an initial attempt to address s…
▽ More
Despite the fact that computational fluid dynamics (CFD) software is now (relatively) fast and freely available, it is still amazingly difficult to use. Inaccessible software imposes a significant entry barrier on students and junior engineers, and even senior researchers spend less time developing insights and more time on software issues. Lily Pad was developed as an initial attempt to address some of these problems. The goal of Lily Pad is to lower the barrier to CFD by adopting simple high-speed methods, utilising modern programming features and environments, and giving immediate visual feed-back to the user. The resulting software focuses on the fluid dynamics instead of the computation, making it useful for both education and research. LilyPad is open source and available online at https://github.com/weymouth/lily-pad for all use under the MIT license.
△ Less
Submitted 23 October, 2015;
originally announced October 2015.
-
The Numerical Simulation of Ship Waves Using Cartesian-Grid and Volume-of-Fluid Methods
Authors:
Douglas G. Dommermuth,
Thomas T. O'Shea,
Donald C. Wyatt,
Mark Sussman,
Gabriel D. Weymouth,
Dick K. P. Yue,
Paul Adams,
Randall Hand
Abstract:
Cartesian-grid methods in combination with immersed-body and volume-of-fluid methods are ideally suited for simulating breaking waves around ships. A surface panelization of the ship hull is used as input to impose body-boundary conditions on a three-dimensional cartesian grid. The volume-of-fluid portion of the numerical algorithm is used to capture the free-surface interface, including the break…
▽ More
Cartesian-grid methods in combination with immersed-body and volume-of-fluid methods are ideally suited for simulating breaking waves around ships. A surface panelization of the ship hull is used as input to impose body-boundary conditions on a three-dimensional cartesian grid. The volume-of-fluid portion of the numerical algorithm is used to capture the free-surface interface, including the breaking of waves. The numerical scheme is implemented on a parallel computer. Various numerical issues are discussed, including implementing exit boundary conditions, conserving mass using a novel regridding algorithm, improving resolution through the use of stretched grids, minimizing initial transients, and enforcing hull boundary conditions on cartesian grids. Numerical predictions are compared to experimental measurements of ship models moving with forward speed, including model 5415 and model 5365 (Athena). The ability to model forced-motions is illustrated using a heaving sphere moving with forward speed.
△ Less
Submitted 7 October, 2014;
originally announced October 2014.
-
Ultra-fast escape maneuver of an octopus-inspired robot
Authors:
G. D. Weymouth,
V. Subramaniam,
M. S. Triantafyllou
Abstract:
We design and test an octopus-inspired flexible hull robot that demonstrates outstanding fast-starting performance. The robot is hyper-inflated with water, and then rapidly deflates to expel the fluid so as to power the escape maneuver. Using this robot we verify for the first time in laboratory testing that rapid size-change can substantially reduce separation in bluff bodies traveling several bo…
▽ More
We design and test an octopus-inspired flexible hull robot that demonstrates outstanding fast-starting performance. The robot is hyper-inflated with water, and then rapidly deflates to expel the fluid so as to power the escape maneuver. Using this robot we verify for the first time in laboratory testing that rapid size-change can substantially reduce separation in bluff bodies traveling several body lengths, and recover fluid energy which can be employed to improve the propulsive performance. The robot is found to experience speeds over ten body lengths per second, exceeding that of a similarly propelled optimally streamlined rigid rocket. The peak net thrust force on the robot is more than 2.6 times that on an optimal rigid body performing the same maneuver, experimentally demonstrating large energy recovery and enabling acceleration greater than 14 body lengths per second squared. Finally, over 53% of the available energy is converted into payload kinetic energy, a performance that exceeds the estimated energy conversion efficiency of fast-starting fish. The Reynolds number based on final speed and robot length is $Re \approx 700,000$. We use the experimental data to establish a fundamental deflation scaling parameter $σ^*$ which characterizes the mechanisms of flow control via shape change. Based on this scaling parameter, we find that the fast-starting performance improves with increasing size.
△ Less
Submitted 24 October, 2014; v1 submitted 13 September, 2014;
originally announced September 2014.
-
Physics-Based Learning Models for Ship Hydrodynamics
Authors:
Gabriel D. Weymouth,
Dick K. P. Yue
Abstract:
We present the concepts of physics-based learning models (PBLM) and their relevance and application to the field of ship hydrodynamics. The utility of physics-based learning is motivated by contrasting generic learning models for regression predictions, which do not presume any knowledge of the system other than the training data provided with methods such as semi-empirical models, which incorpora…
▽ More
We present the concepts of physics-based learning models (PBLM) and their relevance and application to the field of ship hydrodynamics. The utility of physics-based learning is motivated by contrasting generic learning models for regression predictions, which do not presume any knowledge of the system other than the training data provided with methods such as semi-empirical models, which incorporate physical insights along with data-fitting. PBLM provides a framework wherein intermediate models, which capture (some) physical aspects of the problem, are incorporated into modern generic learning tools to substantially improve the predictions of the latter, minimizing the reliance on costly experimental measurements or high-resolution high-fidelity numerical solutions. To illustrate the versatility and efficacy of PBLM, we present three wave-ship interaction problems: 1) at speed waterline profiles; 2) ship motions in head seas; and 3) three-dimensional breaking bow waves. PBLM is shown to be robust and produce error rates at or below the uncertainty in the generated data at a small fraction of the expense of high-resolution numerical predictions.
△ Less
Submitted 15 January, 2014;
originally announced January 2014.
-
Chaotic Rotation of a Towed Elliptical Cylinder
Authors:
G D Weymouth
Abstract:
In this paper I consider the self-excited rotation of an elliptical cylinder towed in a viscous fluid as a canonical model of nonlinear fluid structure interactions with possible applications in the design of sensors and energy extraction devices. First, the self-excited ellipse system is shown to be analogous to the forced bistable oscillators studied in classic chaos theory. A single variable, t…
▽ More
In this paper I consider the self-excited rotation of an elliptical cylinder towed in a viscous fluid as a canonical model of nonlinear fluid structure interactions with possible applications in the design of sensors and energy extraction devices. First, the self-excited ellipse system is shown to be analogous to the forced bistable oscillators studied in classic chaos theory. A single variable, the distance between the pivot and the centroid, governs the system bifurcation into bi-stability. Next, fully coupled computational fluid dynamics simulations of the motion of the cylinder demonstrate limit cycle, period doubling, intermittently chaotic, and fully chaotic dynamics as the distance is further adjusted. The viscous wake behind the cylinder is presented for the limit cycle cases and new types of stable wakes are characterized for each. In contrast, a chaotic case demonstrates an independence of the wake and structural states. The rotational kinetic energy is quantified and correlated to the vortex shedding and the trajectory periodicity. Chaotic and high-period system responses are found to persist when structural damping is applied and for Reynolds numbers as low as 200.
△ Less
Submitted 15 January, 2014; v1 submitted 23 September, 2013;
originally announced September 2013.