SearcharxivSearch

arXiv subjects

Tim Colonius

Publications and source records attributed to Tim Colonius.

At least 55 records · Page 3Linked to original sources

FiniteNet: A Fully Convolutional LSTM Network Architecture for Time-Dependent Partial Differential Equations

In this work, we present a machine learning approach for reducing the error when numerically solving time-dependent partial differential equations (PDE). We use a fully convolutional LSTM network to exploit the spatiotemporal dynamics of PDEs. The neural network serves to enhance finite-difference and finite-volume methods (FDM/FVM) that are commonly used to solve PDEs, allowing us to maintain guarantees on the order of convergence of our method. We train the network on simulation data, and show that our network can reduce error by a factor of 2 to 3 compared to the baseline algorithms. We demonstrate our method on three PDEs that each feature qualitatively different dynamics. We look at the linear advection equation, which propagates its initial conditions at a constant speed, the inviscid Burgers' equation, which develops shockwaves, and the Kuramoto-Sivashinsky (KS) equation, which is chaotic.

cs.LG

Enhancement of shock-capturing methods via machine learning

In recent years, machine learning has been used to create data-driven solutions to problems for which an algorithmic solution is intractable, as well as fine-tuning existing algorithms. This research applies machine learning to the development of an improved finite-volume method for simulating PDEs with discontinuous solutions. Shock capturing methods make use of nonlinear switching functions that are not guaranteed to be optimal. Because data can be used to learn nonlinear relationships, we train a neural network to improve the results of a fifth-order WENO method. We post-process the outputs of the neural network to guarantee that the method is consistent. The training data consists of the exact mapping between cell averages and interpolated values for a set of integrable functions that represent waveforms we would expect to see while simulating a PDE. We demonstrate our method on linear advection of a discontinuous function, the inviscid Burgers' equation, and the 1-D Euler equations. For the latter, we examine the Shu-Osher model problem for turbulence-shockwave interactions. We find that our method outperforms WENO in simulations where the numerical solution becomes overly diffused due to numerical viscosity.

physics.comp-ph

Non-linear input/output analysis: application to boundary layer transition

We extend linear input/output (resolvent) analysis to take into account nonlinear triadic interactions by considering a finite number of harmonics in the frequency domain using the harmonic balance method. Forcing mechanisms that maximize the drag are calculated using a gradient-based ascent algorithm. By including nonlinearity in the analysis, the proposed frequency-domain framework identifies the worst-case disturbances for laminar-turbulent transition. We demonstrate the framework on a flat-plate boundary layer by considering three-dimensional spanwise-periodic perturbations triggered by a few optimal forcing modes of finite amplitude. Two types of volumetric forcing are considered, one corresponding to a single frequency/spanwise-wavenumber pair, and a multi-harmonic where a harmonic frequency and wavenumber are also added. Depending on the forcing strategy, we recover a range of transition scenarios associated with K-type and H-type mechanisms, including oblique and Tollmien-Schlichting waves, streaks and their breakdown. We show that nonlinearity plays a critical role in optimizing growth by combining and redistributing energy between the linear mechanisms and the higher perturbation harmonics. With a very limited range of frequencies and wavenumbers, the calculations appear to reach the early stages of the turbulent regime through the generation and breakdown of hairpin and quasi-streamwise staggered vortices.

physics.flu-dyn

Near-surface dynamics of a gas bubble collapsing above a crevice

The impact of a collapsing gas bubble above rigid, notched walls is considered. Such surface crevices and imperfections often function as bubble nucleation sites, and thus have a direct relation to cavitation-induced erosion and damage structures. A generic configuration is investigated numerically using a second-order-accurate compressible multi-component flow solver in a two-dimensional axisymmetric coordinate system. Results show that the crevice geometry has a significant effect on the collapse dynamics, jet formation, subsequent wave dynamics, and interactions. The wall-pressure distribution associated with erosion potential is a direct consequence of development and intensity of these flow phenomena.

physics.flu-dyn

A Gaussian moment method and its augmentation via LSTM recurrent neural networks for the statistics of cavitating bubble populations

Phase-averaged dilute bubbly flow models require high-order statistical moments of the bubble population. The method of classes, which directly evolve bins of bubbles in the probability space, are accurate but computationally expensive. Moment-based methods based upon a Gaussian closure present an opportunity to accelerate this approach, particularly when the bubble size distributions are broad (polydisperse). For linear bubble dynamics a Gaussian closure is exact, but for bubbles undergoing large and nonlinear oscillations, it results in a large error from misrepresented higher-order moments. Long short-term memory recurrent neural networks, trained on Monte Carlo truth data, are proposed to improve these model predictions. The networks are used to correct the low-order moment evolution equations and improve prediction of higher-order moments based upon the low-order ones. Results show that the networks can reduce model errors to less than $1\%$ of their unaugmented values.

physics.flu-dyn

A fast multi-resolution lattice Green's function method for elliptic difference equations

We propose a mesh refinement technique for solving elliptic difference equations on unbounded domains based on the fast lattice Green's function (FLGF) method. The FLGF method exploits the regularity of the Cartesian mesh and uses the fast multipole method in conjunction with fast Fourier transforms to yield linear complexity and decrease time-to-solution. We extend this method to a multi-resolution scheme and allow for locally refined Cartesian blocks embedded in the computational domain. Appropriately chosen interpolation and regularization operators retain consistency between the discrete Laplace operator and its inverse on the unbounded domain. Second-order accuracy and linear complexity are maintained, while significantly reducing the number of degrees of freedom and hence the computational cost.

physics.comp-ph

Simulation of humpback whale bubble-net feeding models

Humpback whales can generate intricate bubbly regions, called bubble nets, via their blowholes. They appear to exploit these bubble nets for feeding via loud vocalizations. A fully-coupled phase-averaging approach is used to model the flow, bubble dynamics, and corresponding acoustics. A previously hypothesized waveguiding mechanism is assessed for varying acoustic frequencies and net void fractions. Reflections within the bubbly region result in observable waveguiding for only a small range of flow parameters. A configuration of multiple whales surrounding and vocalizing towards an annular bubble net is also analyzed. For a range of flow parameters the bubble net keeps its core region substantially quieter than the exterior. This approach appears more viable, though it relies upon the cooperation of multiple whales. A spiral bubble net configuration that circumvents this requirement is also investigated. The acoustic wave behaviors in the spiral interior vary qualitatively with the vocalization frequency and net void fraction. The competing effects of vocalization guiding and acoustic attenuation are quantified. Low void fraction cases allow low-frequency waves to partially escape the spiral region, with the remaining vocalizations still exciting the net interior. Higher void fraction nets appear preferable, guiding even low-frequency vocalizations while still maintaining a quiet net interior.

physics.flu-dyn

MFC: An open-source high-order multi-component, multi-phase, and multi-scale compressible flow solver

MFC is an open-source tool for solving multi-component, multi-phase, and bubbly compressible flows. It is capable of efficiently solving a wide range of flows, including droplet atomization, shock-bubble interaction, and gas bubble cavitation. We present the 5- and 6-equation thermodynamically-consistent diffuse-interface models we use to handle such flows, which are coupled to high-order interface-capturing methods, HLL-type Riemann solvers, and TVD time-integration schemes that are capable of simulating unsteady flows with strong shocks. The numerical methods are implemented in a flexible, modular framework that is amenable to future development. The methods we employ are validated via comparisons to experimental results for shock-bubble, shock-droplet, and shock-water-cylinder interaction problems and verified to be free of spurious oscillations for material-interface advection and gas-liquid Riemann problems. For smooth solutions, such as the advection of an isentropic vortex, the methods are verified to be high-order accurate. Illustrative examples involving shock-bubble-vessel-wall and acoustic-bubble-net interactions are used to demonstrate the full capabilities of MFC.

physics.comp-ph

An assessment of multicomponent flow models and interface capturing schemes for spherical bubble dynamics

Numerical simulation of bubble dynamics and cavitation is challenging; even the seemingly simple problem of a collapsing spherical bubble is difficult to compute accurately with a general, three-dimensional, compressible, multicomponent flow solver. Difficulties arise due to both the physical model and the numerical method chosen for its solution. We consider the 5-equation model of Allaire et al. [1], the 5-equation model of Kapila et al. [2], and the 6-equation model of Saurel et al. [3] as candidate approaches for spherical bubble dynamics, and both MUSCL and WENO interface-capturing methods are implemented and compared. We demonstrate the inadequacy of the traditional 5-equation model of Allaire et al. [1] for spherical bubble collapse problems and explain the corresponding advantages of the augmented model of Kapila et al. [2] for representing this phenomenon. Quantitative comparisons between the augmented 5-equation and 6-equation models for three-dimensional bubble collapse problems demonstrate the versatility of pressure-disequilibrium models. Lastly, the performance of pressure disequilibrium model for representing a three-dimensional spherical bubble collapse for different bubble interior/exterior pressure ratios is evaluated for different numerical methods. Pathologies associated with each factor and their origins are identified and discussed.

physics.flu-dyn

Modeling and Simulation of a Fluttering Cantilever in Channel Flow

Characterizing the dynamics of a cantilever in channel flow is relevant to applications ranging from snoring to energy harvesting. Aeroelastic flutter induces large oscillating amplitudes and sharp changes with frequency that impact the operation of these systems. The fluid-structure mechanisms that drive flutter can vary as the system parameters change, with the stability boundary becoming especially sensitive to the channel height and Reynolds number, especially when either or both are small. In this paper, we develop a coupled fluid-structure model for viscous, two-dimensional channel flow of arbitrary shape. Its flutter boundary is then compared to results of two-dimensional direct numerical simulations to explore the model's validity. Provided the non-dimensional channel height remains small, the analysis shows that the model is not only able to replicate DNS results within the parametric limits that ensure the underlying assumptions are met, but also over a wider range of Reynolds numbers and fluid-structure mass ratios. Model predictions also converge toward an inviscid model for the same geometry as Reynolds number increases.

physics.flu-dyn

Spectral proper orthogonal decomposition and its relationship to dynamic mode decomposition and resolvent analysis

We consider the frequency domain form of proper orthogonal decomposition (POD) called spectral proper orthogonal decomposition (SPOD). Spectral POD is derived from a space-time POD problem for statistically stationary flows and leads to modes that each oscillate at a single frequency. This form of POD goes back to the original work of Lumley (Stochastic tools in turbulence, Academic Press, 1970), but has been overshadowed by a space-only form of POD since the 1990s. We clarify the relationship between these two forms of POD and show that SPOD modes represent structures that evolve coherently in space and time while space-only POD modes in general do not. We also establish a relationship between SPOD and dynamic mode decomposition (DMD); we show that SPOD modes are in fact optimally averaged DMD modes obtained from an ensemble DMD problem for stationary flows. Accordingly, SPOD modes represent structures that are dynamic in the same sense as DMD modes but also optimally account for the statistical variability of turbulent flows. Finally, we establish a connection between SPOD and resolvent analysis. The key observation is that the resolvent-mode expansion coefficients must be regarded as statistical quantities to ensure convergent approximations of the flow statistics. When the expansion coefficients are uncorrelated, we show that SPOD and resolvent modes are identical. Our theoretical results and the overall utility of SPOD are demonstrated using two example problems: the complex Ginzburg-Landau equation and a turbulent jet.

physics.flu-dyn

Bubble cloud dynamics in an ultrasound field

The dynamics of bubble clouds induced by high-intensity focused ultrasound are investigated in a regime where the cloud size is similar to the ultrasound wavelength. High-speed images show that the cloud is asymmetrical; the bubbles nearest the source grow to a larger radius than the distal ones. Similar structures of bubble clouds are observed in numerical simulations that mimic the laboratory experiment. To elucidate the structure, a parametric study is conducted for plane ultrasound waves with various amplitudes and diffuse clouds with different initial void fractions. Based on an analysis of the kinetic energy of liquid induced by bubble oscillations, a new scaling parameter is introduced to characterize the dynamics. The new parameter generalizes the cloud interaction parameter originally introduced by d'Agostino and Brennen (1989). The dynamic interaction parameter controls the energy localization and consequent anisoptropy of the cloud. Moreover, the amplitude of the far-field, bubble-scattered acoustics is likewise correlated with the proposed parameter. Findings of the present study not only shed light on the physics of cloud cavitation, but may also be of use to quantification of the effects of cavitation on outcomes of ultrasound therapies including HIFU-based lithotripsy.

physics.flu-dyn

Eulerian-Lagrangian method for simulation of cloud cavitation

We present a coupled Eulerian-Lagrangian method to simulate cloud cavitation in a compressible liquid. The method is designed to capture the strong, volumetric oscillations of each bubble and the bubble-scattered acoustics. The dynamics of the bubbly mixture is formulated using volume-averaged equations of motion. The continuous phase is discretized on an Eulerian grid and integrated using a high-order, finite-volume weighted essentially non-oscillatory (WENO) scheme, while the gas phase is modeled as spherical, Lagrangian point-bubbles at the sub-grid scale, each of whose radial evolution is tracked by solving the Keller-Miksis equation. The volume of bubbles is mapped onto the Eulerian grid as the void fraction by using a regularization (smearing) kernel. In the most general case, where the bubble distribution is arbitrary, three-dimensional Cartesian grids are used for spatial discretization. In order to reduce the computational cost for problems possessing translational or rotational homogeneities, we spatially average the governing equations along the direction of symmetry and discretize the continuous phase on two-dimensional or axi-symmetric grids, respectively. We specify a regularization kernel that maps the three-dimensional distribution of bubbles onto the field of an averaged two-dimensional or axi-symmetric void fraction. A closure is developed to model the pressure fluctuations at the sub-grid scale as synthetic noise. For the examples considered here, modeling the sub-grid pressure fluctuations as white noise agrees a priori with computed distributions from three-dimensional simulations, and suffices, a posteriori, to accurately reproduce the statistics of the bubble dynamics. The numerical method and its verification are described by considering test cases of the dynamics of a single bubble and cloud cavitaiton induced by ultrasound fields.

physics.flu-dyn

Spectral analysis of jet turbulence

Informed by LES data and resolvent analysis of the mean flow, we examine the structure of turbulence in jets in the subsonic, transonic, and supersonic regimes. Spectral (frequency-space) proper orthogonal decomposition is used to extract energy spectra and decompose the flow into energy-ranked coherent structures. The educed structures are generally well predicted by the resolvent analysis. Over a range of low frequencies and the first few azimuthal mode numbers, these jets exhibit a low-rank response characterized by Kelvin-Helmholtz (KH) type wavepackets associated with the annular shear layer up to the end of the potential core and that are excited by forcing in the very-near-nozzle shear layer. These modes too the have been experimentally observed before and predicted by quasi-parallel stability theory and other approximations--they comprise a considerable portion of the total turbulent energy. At still lower frequencies, particularly for the axisymmetric mode, and again at high frequencies for all azimuthal wavenumbers, the response is not low rank, but consists of a family of similarly amplified modes. These modes, which are primarily active downstream of the potential core, are associated with the Orr mechanism. They occur also as sub-dominant modes in the range of frequencies dominated by the KH response. Our global analysis helps tie together previous observations based on local spatial stability theory, and explains why quasi-parallel predictions were successful at some frequencies and azimuthal wavenumbers, but failed at others.

physics.flu-dyn

Modal decomposition of fluid-structure interaction with application to flag flapping

Modal decompositions such as proper orthogonal decomposition (POD), dynamic mode decomposition (DMD) and their variants are regularly used to educe physical mechanisms of nonlinear flow phenomena that cannot be easily understood through direct inspection. In fluid-structure interaction (FSI) systems, fluid motion is coupled to vibration and/or deformation of an immersed structure. Despite this coupling, data analysis is often performed using only fluid or structure variables, rather than incorporating both. This approach does not provide information about the manner in which fluid and structure modes are correlated. We present a framework for performing POD and DMD where the fluid and structure are treated together. As part of this framework, we introduce a physically meaningful norm for FSI systems. We first use this combined fluid-structure formulation to identify correlated flow features and structural motions in limit-cycle flag flapping. We then investigate the transition from limit-cycle flapping to chaotic flapping, which can be initiated by increasing the flag mass. Our modal decomposition reveals that at the onset of chaos, the dominant flapping motion increases in amplitude and leads to a bluff-body wake instability. This new bluff-body mode interacts triadically with the dominant flapping motion to produce flapping at the non-integer harmonic frequencies previously reported by Connell & Yue (2007). While our formulation is presented for POD and DMD, there are natural extensions to other data-analysis techniques.

physics.flu-dyn

Jet-edge interaction tones

Motivated by the problem of jet-flap interaction noise, we study the tonal dynamics that occur when a sharp edge is placed in the hydrodynamic nearfield of an isothermal turbulent jet. We perform hydrodynamic and acoustic pressure measurements in order to characterise the tones as a function of Mach number and streamwise edge position. The distribution of spectral peaks observed, as a function of Mach number, cannot be explained using the usual edge-tone scenario, in which resonance is underpinned by coupling between downstream-travelling Kelvin-Helmholtz wavepackets and upstream-travelling sound waves. We show, rather, that the strongest tones are due to coupling between the former and upstream-travelling jet modes recently studied by Towne et al. (2017) and Schmidt et al. (2017). We also study the band-limited nature of the resonance, showing a high-frequency cut-off to be due to the frequency dependence of the upstream-travelling waves. At high Mach number these become evanescent above a certain frequency, whereas at low Mach number they become progressively trapped with increasing frequency, a consequence of which is their not being reflected in the nozzle plane. Additionally, a weaker, low-frequency, forced-resonance regime is identified that involves the same upstream travelling jet modes but that couple, in this instance, with downstream-travelling sound waves. It is suggested that the existence of two resonance regimes may be due to the non-modal nature of wavepacket dynamics at low-frequency.

physics.flu-dyn

Global modes and nonlinear analysis of inverted-flag flapping

An inverted flag has its trailing edge clamped and exhibits dynamics distinct from that of a conventional flag, whose leading edge is restrained. We perform nonlinear simulations and a global stability analysis of the inverted-flag system for a range of Reynolds numbers, flag masses and stiffnesses. Our global stability analysis is based on a linearisation of the fully-coupled fluid-structure system of equations. The calculated equilibria are steady-state solutions of the fully-coupled nonlinear equations. By implementing this approach, we (i) explore the mechanisms that initiate flapping, (ii) study the role of vortex shedding and vortex-induced vibration (VIV) in large-amplitude flapping, and (iii) characterise the chaotic flapping regime. For point (i), we identify a deformed-equilibrium state and show through a global stability analysis that the onset of flapping is due to a supercritical Hopf bifurcation. For large-amplitude flapping, point (ii), we confirm the arguments of Sader et al. (2016) that for a range of parameters this regime is a VIV. We also show that there are other flow regimes for which large-amplitude flapping persists and is not a VIV. Specifically, flapping can occur at low Reynolds numbers ($<50$), albeit via a previously unexplored mechanism. Finally, with respect to point (iii), chaotic flapping has been observed experimentally for Reynolds numbers of $O(10^4)$, and here we show that chaos also persists at a moderate Reynolds number of 200. We characterise this chaotic regime and calculate its strange attractor, whose structure is controlled by the above-mentioned deformed equilibria and is similar to a Lorenz attractor. These results are contextualised with bifurcation diagrams that depict the different equilibria and various flapping regimes.

physics.flu-dyn

Modal Analysis of Fluid Flows: An Overview

Simple aerodynamic configurations under even modest conditions can exhibit complex flows with a wide range of temporal and spatial features. It has become common practice in the analysis of these flows to look for and extract physically important features, or modes, as a first step in the analysis. This step typically starts with a modal decomposition of an experimental or numerical dataset of the flow field, or of an operator relevant to the system. We describe herein some of the dominant techniques for accomplishing these modal decompositions and analyses that have seen a surge of activity in recent decades. For a non-expert, keeping track of recent developments can be daunting, and the intent of this document is to provide an introduction to modal analysis that is accessible to the larger fluid dynamics community. In particular, we present a brief overview of several of the well-established techniques and clearly lay the framework of these methods using familiar linear algebra. The modal analysis techniques covered in this paper include the proper orthogonal decomposition (POD), balanced proper orthogonal decomposition (Balanced POD), dynamic mode decomposition (DMD), Koopman analysis, global linear stability analysis, and resolvent analysis.

physics.flu-dyn