SearcharxivSearch

arXiv subjects

Lander Besabe

Publications and source records attributed to Lander Besabe.

7 recordsLinked to original sources

Schur complement domain decomposition for 3D fluid - 2D plate interaction system: analysis and preconditioning

Fluid-structure interaction problems involving three-dimensional fluids coupled with thin elastic plates arise in many engineering applications and present significant computational challenges due to the strong coupling across the fluid-structure interface. In this work, we develop a Schur complement domain decomposition method for a 3D fluid-2D plate interaction problem in which the fluid is modeled by the unsteady Stokes equations and the structure by a reformulated Kirchhoff plate model. Starting from a mixed finite element discretization with Lagrange multipliers enforcing the interface conditions, we derive an interface Schur complement formulation that decouples the fluid and plate subproblems while preserving the strong interface coupling without requiring subiterations. We then analyze the conditioning of the resulting Schur complement system matrix and show how its condition number deteriorates under mesh refinement. Motivated by this analysis, we introduce an interface-based preconditioner and establish theoretical bounds showing that the proposed preconditioner significantly improves the conditioning of the resulting system. Numerical experiments verify the expected spatial and temporal convergence rates, demonstrate significant reductions in condition numbers and GMRES iteration counts for the proposed preconditioner compared with both the unpreconditioned system and a block Jacobi preconditioner, and illustrate the robustness of the proposed method for challenging added-mass regimes.

math.NA

An isotropic recovery-based error estimator algorithm for mesh adaptation in a finite volume environment with application to atmospheric flows

We develop an Isotropic Recovery-based Error Estimator (IREE) to drive mesh adaptation within a finite volume framework. Recovery-based error estimators are widely used in practice thanks to their simplicity, relying solely on the available discrete solution and a suitable post-processing step. While recovery-based estimators are well established in the finite element framework, their application to finite volume methods, despite the widespread use of the latter in industrial and commercial codes, remains largely unexplored and motivates the present study. We assess the performance of the proposed IREE-driven mesh adaptation procedure through well-known benchmarks for dry atmospheric flows modeling and compare it against a widely-used plain mesh adaptation algorithm. Both qualitative and quantitative results show that the IREE algorithm is more effective at suppressing numerical instabilities compared with the plain approach and, for most of the simulation time, provides a superior accuracy, though at a moderately higher computational cost. In addition, both the adaptive approaches offer substantial computational savings (between 35% and 94%) relative to simulations based on fixed uniformly fine meshes. These findings demonstrate that IREE-based mesh adaptation is a promising and effective strategy for atmospheric flow simulations and has the potential to substantially reduce the computational effort of generating reanalysis-quality data.

math.NA

Finite element approximation for a reformulation of a 3D fluid-2D plate interaction system

We study a finite element approximation of a coupled fluid-structure interaction consisting of a three-dimensional incompressible viscous fluid governed by the unsteady Stokes equations and a two-dimensional elastic plate. To avoid the use of $H^2-$conforming or nonconforming $\mathbb{P}_2$-Morley plate elements, the fourth-order plate equation is reformulated into a system of coupled second-order equations using an auxiliary variable. The coupling condition is enforced using a Lagrange multiplier representing the trace of the mean-zero fluid pressure on the interface. We establish well-posedness and stability results for the time-discrete and fully-discrete problems, and derive a priori error estimates. A partitioned domain decomposition algorithm based on a fixed-point iteration is employed for the numerical solution. Numerical experiments verify the theoretical rates of convergence in space and time using manufactured solutions, and demonstrate the applicability of the method to a physical problem.

math.NA

Randomized Proper Orthogonal Decomposition for data-driven reduced order modeling of a two-layer quasi-geostrophic ocean model

The two-layer quasi-geostrophic equations (2QGE) serve as a simplified model for simulating wind-driven, stratified ocean flows. However, their numerical simulation remains computationally expensive due to the need for high-resolution meshes to capture a wide range of turbulent scales. This becomes especially problematic when several simulations need to be run because of, e.g., uncertainty in the parameter settings. To address this challenge, we propose a data-driven reduced order model (ROM) for the 2QGE that leverages randomized proper orthogonal decomposition (rPOD) and long short-term memory (LSTM) networks. To efficiently generate the snapshot data required for model construction, we apply a nonlinear filtering stabilization technique that allows for the use of larger mesh sizes compared to a direct numerical simulations (DNS). Thanks to the use of rPOD to extract the dominant modes from the snapshot matrices, we achieve up to 700 times speedup over the use of deterministic POD. LSTM networks are trained with the modal coefficients associated with the snapshots to enable the prediction of the time- and parameter-dependent modal coefficients during the online phase, which is hundreds of thousands of time faster than a DNS. We assess the accuracy and efficiency of our rPOD-LSTM ROM through an extension of a well-known benchmark called double-gyre wind forcing test. The dimension of the parameter space in this test is increased from two to four.

math.NA

A cellular automata model for particle transport in disordered systems

We construct a cellular automaton (CA) model that describes the movement of a particle in a disordered system. The mathematical properties of the CA model were examined by varying the configuration of grid and determining the number of percolating paths. Through this model, we were able to develop a computer simulation that shows particle transport. Under particle hopping mechanism, with or without tunneling(or backscattering), it was found out that there is an exponential behavior of percolation probability. However, the onset of the percolation probability is shifted to a smaller value when tunneling and backscattering are present.

physics.comp-ph

Data-driven reduced order modeling of a two-layer quasi-geostrophic ocean model

The two-layer quasi-geostrophic equations (2QGE) is a simplified model that describes the dynamics of a stratified, wind-driven ocean in terms of potential vorticity and stream function. Its numerical simulation is plagued by a high computational cost due to the size of the typical computational domain and the need for high resolution to capture the full spectrum of turbulent scales. In this paper, we present a data-driven reduced order model (ROM) for the 2QGE that drastically reduces the computational time to predict ocean dynamics, especially when there are variable physical parameters. The main building blocks of our ROM are: i) proper orthogonal decomposition (POD) and ii) long short-term memory (LSTM) recurrent neural networks. Snapshots data are collected from a high-resolution simulation for part of the time interval of interest and for given parameter values in the case of variable parameters. POD is applied to each field variable to extract the dominant modes and a LSTM model is trained on the modal coefficients associated with the snapshots for each variable. Then, the trained LSTM models predict the modal coefficients for the remaining part of the time interval of interest and for a new parameter value. To illustrate the predictive performance of our POD-LSTM ROM and the corresponding time savings, we consider an extension of the so-called double-gyre wind forcing test. We show that the POD-LSTM ROM is accurate in predicting both time-averaged fields and time-dependent quantities (modal coefficients, enstrophy, and kinetic energy), even when retaining only 10-20\% of the singular value energy of the system. The computational speed up for the prediction is about up to 1E+07 compared to a finite volume based full order method.

math.NA

Linear and nonlinear filtering for a two-layer quasi-geostrophic ocean model

Although the two-layer quasi-geostrophic equations (2QGE) are a simplified model for the dynamics of a stratified, wind-driven ocean, their numerical simulation is still plagued by the need for high resolution to capture the full spectrum of turbulent scales. Since such high resolution would lead to unreasonable computational times, it is typical to resort to coarse low-resolution meshes combined with the so-called eddy viscosity parameterization to account for the diffusion mechanisms that are not captured due to mesh under-resolution. We propose to enable the use of further coarsened meshes by adding a (linear or nonlinear) differential low-pass to the 2QGE, without changing the eddy viscosity coefficient. While the linear filter introduces constant (additional) artificial viscosity everywhere in the domain, the nonlinear filter relies on an indicator function to determine where and how much artificial viscosity is needed. Through several numerical results for a double-gyre wind forcing benchmark, we show that with the nonlinear filter we obtain accurate results with very coarse meshes, thereby drastically reducing the computational time (speed up ranging from 30 to 300).

math.NA