SearcharxivSearch

arXiv subjects

Esteban Ferrer

Publications and source records attributed to Esteban Ferrer.

At least 19 recordsLinked to original sources

Mesh Adaptation on Hybrid Unstructured Meshes for Immersed Boundary Methods

In this work, we describe a new preprocessing tool for mesh adaptation on hybrid unstructured meshes with a target application on immersed boundary methods. The tool has as input an unstructured, hybrid, and conforming mesh generated by an external mesh generation software, and the main goal is to refine this mesh around immersed geometries in such a way that the CFD solver using the immersed boundary method can simulate flow problems in an accurate and efficient manner. The input background mesh can be made of different types of elements, like tetrahedra, hexahedra, prisms, and pyramids, which, unlike Cartesian meshes, permit for a more flexible mesh. Hybrid unstructured meshes enable one to use the immersed boundary technology in a new class of flow problems where the full geometry is decomposed into a fixed geometry part and a changing geometry part. A body-fitted mesh is generated for the fixed geometry while for the changing one is used the immersed boundary method. We simulate several flow problems to test the new meshes, including subsonic flow past a cylinder and subsonic flow past an NACA0012 airfoil, both using finite volume and discontinuous Galerkin methods and solving the Navier--Stokes equations. As an industrial example of our mesh generation, we consider the simulation of a multi-element airfoil: in this case, a mesh generation software generates an unstructured conforming background mesh for the slat and main airfoil, while the flap is placed as immersed geometry in this body-fitted mesh. As accurate and efficient results are sought, this mesh is refined around the flap and then the subsonic flow at high-lift flow conditions is simulated with a finite volume method coupled with an immersed boundary method and using the Reynolds--averaged Navier--Stokes equations. The reported numerical simulations are in good agreement with experimental data.

physics.flu-dyn

HORSES3D-GPU: A high-order discontinuous Galerkin solver for multi-GPU systems

We present the GPU acceleration and large-scale performance assessment of HORSES3D, an open-source high-order discontinuous Galerkin solver for computational fluid dynamics. The solver is ported to NVIDIA GPU architectures using OpenACC directives, preserving the original Fortran code structure while enabling GPU-resident execution of the main computational kernels. The implementation exploits the element-local structure of discontinuous Galerkin spectral element methods by mapping element-level loops to GPU gangs and nodal operations to vector-level parallelism. The GPU version is verified using the method of manufactured solutions and validated on canonical turbulent-flow benchmarks. Its performance is assessed on the MareNostrum 5 accelerated partition using NVIDIA H100 GPUs. Taylor-Green vortex benchmarks show that solver efficiency improves with polynomial order and that near-ideal strong and weak scaling is obtained when the workload exceeds approximately 16,000 to 20,000 elements per GPU. The solver is further evaluated on the High-Lift Common Research Model wing-body configuration, which involves a complex geometry, realistic boundary conditions, and unstructured meshes with up to 20.8 million hexahedral elements. Simulations with polynomial orders up to $P=7$ reach approximately $10.7 \times 10^9$ degrees of freedom and scale efficiently to 2,048 GPUs. The results demonstrate that HORSES3D preserves its performance characteristics for industrially relevant configurations and can exploit modern GPU-based supercomputers for billion-degree-of-freedom high-order CFD simulations.

math.NA

A Gaussian-based spatially weighted loss formulation for Physics-Informed Neural Networks with Shocks

Physics-informed neural networks (PINNs) often struggle to resolve shocks because smooth neural representations and globally averaged residual losses tend to underemphasize localized high-gradient regions. We introduce a residual-tracked Gaussian weighting strategy that represents the spatial distribution of the PDE-residual loss through a small number of learnable parameters, without resampling the collocation points or prescribing the shock location. The Gaussian center and width are updated from the evolving PDE residual, allowing the weighting field to follow stationary and moving shocks during training without prior knowledge of their positions or trajectories. The method is assessed using one-dimensional low-viscosity Burgers problems and a two-dimensional Euler Riemann problem with four interacting shocks. For $\nu=5\times10^{-4}$, the relative $L_2$ error decreases from approximately $45\%$ to $13\%$ for the stationary shock and from $33\%$ to $14\%$ for the moving shock, compared with a standard PINN. In the two-dimensional problem, the maximum absolute density error decreases from $1.08$ to $0.62$. These results show that a compact, dynamically localized residual weighting can substantially improve PINN resolution of shock-dominated solutions while retaining the original collocation set and avoiding prescribed shock trajectories.

physics.flu-dyn

Projection-Based Reconstruction for Achieving High-Order Accuracy from Low-Order DGSEM Simulations

High-order discontinuous Galerkin spectral element methods (DGSEM) based on Legendre-Gauss-Lobatto (LGL) nodes provide accurate and efficient discretizations for conservation laws. However, their cost, memory footprint, and time-step restrictions increase rapidly when the degree of the polynomial increases. This paper develops a corrected $\mathbb{P}_n\mathbb{P}_m$ ($c\mathbb{P}_n\mathbb{P}_m$) approach for DGSEM-LGL discretizations that aims to recover the accuracy of an $m^{th}$-order approximation while evolving only the degrees of freedom associated with an $n^{th}$-order representation, with $n<m$. The projected evolution of the high-order components is derived first at the continuous level and then in the fully discrete DGSEM-LGL setting. The discrete analysis shows that because LGL quadrature is not exact for the highest Legendre mode, a correction term for that mode is required to preserve the order of convergence. A compact projection-based reconstruction operator is then introduced to recover high-order components without solving the enlarged constrained least-squares systems used in standard reconstruction procedures. For sufficiently smooth solutions, the resulting $c\mathbb{P}_n\mathbb{P}_m$ scheme is shown to achieve the expected $m+1^{th}$ convergence order. Numerical experiments for one- and two-dimensional conservation laws, including Euler, viscous Burgers, and 2D decaying homogeneous isotropic turbulence, confirm theoretical convergence behavior and demonstrate competitive accuracy relative to computational cost, with particularly clear efficiency gains for viscous flows.

math.NA

Vibroacoustic Underwater Noise from Fixed and Floating Offshore Wind Turbines

Anthropogenic underwater noise from offshore wind turbines is a growing environmental concern, particularly with the large-scale deployment of bottom-fixed and floating devices. This study presents a physics-based vibroacoustic framework to predict operational underwater noise emissions from offshore wind turbines and compares monopile-supported and floating configurations for a 10 MW turbine. The methodology combines time-domain aero-hydro-servo-elastic simulations with a frequency-domain acoustic formulation based on equivalent dipole sources and Green's function solutions, accounting for underwater confinement between the free surface and seabed through the method of images. Results show that floating configurations exhibit enhanced low-frequency acoustic emissions, producing up to 15% higher OASPL than the monopile structures under equivalent water depths for frequencies below 10 Hz due to additional rigid-body motions, while monopile structures radiate more efficiently at higher frequencies associated with drivetrain excitations. Significant differences in the spatial distribution and directivity of the radiated sound field are also observed, with floating platforms displaying more complex three-dimensional radiation patterns and stronger direction-dependent variations, reaching approximately 20-25 dB in the 100-1000 Hz band, compared with the smoother and nearly axisymmetric response of monopile configurations. Water depth strongly influences propagation regimes and overall sound levels, with shallow-water floating configurations showing variations of up to 7% in OASPL relative to deep-water cases. The proposed framework enables quantification of vibro-acoustic noise and provides a predictive tool for assessing underwater acoustic impacts during the design phase, supporting environmentally informed offshore wind turbine design and future regulatory and monitoring strategies.

physics.flu-dyn

Accelerating high-order energy-stable discontinous Galerkin solver using auto-differentiation and neural networks

High-order Discontinuous Galerkin Spectral Element Methods (DGSEM) provide excellent accuracy for complex flow simulations, but their computational cost increases sharply with higher polynomial orders. %that provide very accurate solutions. To alleviate these limitations, this work presents a differentiable DG solver coupled with neural networks (NNs) that learn corrective forcing terms to correct low-order simulations and provide high-order accuracy. The solver's full differentiability enables gradient-based optimization and interactive (solver-in-the-loop) training, mitigating the data-shift problem typically encountered in static, offline learning. Two representative test cases are considered: the one-dimensional viscous Burgers' equation and two-dimensional decaying homogeneous isotropic turbulence (DHIT). The results demonstrate that interactive training with extended unrolling horizons substantially improves the precision and long-term stability of the simulation compared to static training. For the Burgers' equation, a $\mathbb{P}_2$ simulation corrected using a NN-correction achieves the accuracy of a $\mathbb{P}_4$ solution with eight times reduction in computational cost. For the DHIT case, the NN-corrected low-order simulations successfully achieve high-order accuracy while reduce the error beyond the training interval. These results highlight the potential of differentiable solvers combined with neural networks as a robust and efficient framework for accelerating high-fidelity DG-based fluid simulations.

physics.flu-dyn

A High-Order Immersed Boundary Method for Fluid-Structure Interaction Problems

Accurate and efficient simulation of fluid-structure interaction (FSI) problems remains a central challenge in computational physics. High-order discontinuous Galerkin (DG) methods offer low numerical errors and excellent scalability on modern architectures, making them attractive for high-fidelity FSI simulations. This study presents a high-order immersed boundary method (IBM) for FSI problems which combines a volume-penalization approach with a high-order nodal DG solver. To improve near wall accuracy, an anisotropic p-adaptation strategy based on reinforcement learning is used to dynamically adjust the polynomial orders in the mesh elements located near the moving immersed boundaries. By doing so, we show enhanced accuracy with a limited increase in computational cost. Accurate evaluation of surface forces is achieved using symmetric high-order Gaussian quadrature on immersed boundaries. The proposed method is coupled with both rigid-body and elastic-structure solvers within a partitioned framework. Numerical validations using a pitching airfoil, stall flutter of an airfoil, and flow-induced vibration of an elastic beam behind a cylinder demonstrate high-order accuracy and robustness. These results indicate that the present approach provides an effective and scalable strategy for complex moving-boundary FSI simulations.

physics.flu-dyn

Can Explicit Subgrid Models Enhance Implicit LES Simulations? A Very High-Order Solver Perspective

High-order discontinuous Galerkin (DG) methods offer excellent accuracy for turbulent-flow simulations and are increasingly attractive on GPU-oriented architectures, where high polynomial orders can improve arithmetic intensity. However, very high-order under-resolved simulations remain sensitive to the balance between numerical and modeled dissipation. We investigate how explicit Vreman subgrid-scale (SGS) modeling interacts with dissipation from split-form stabilization and Riemann solvers in a DGSEM framework. Using the three-dimensional Taylor-Green vortex at Re=1600 and in the inviscid limit, we assess kinetic-energy dissipation, spectral accuracy, and stability across well-resolved, under-resolved viscous, and strongly under-resolved regimes, comparing lower- and very high-order configurations at similar degrees of freedom. The usefulness of explicit SGS modeling depends strongly on resolution, polynomial order, and the numerical dissipation already present. In the well-resolved cases considered, Vreman modeling does not improve accuracy because its active wavenumber range overlaps with the scheme's inherent dissipation. At similar degrees of freedom, lower-order simulations introduce stronger damping near the smallest resolved scales, whereas very high-order simulations preserve more spectral content but are more susceptible to high-wavenumber energy accumulation when dissipation is insufficient. Under stronger under-resolution, a weak SGS contribution can control this accumulation, while excessive SGS dissipation degrades intermediate scales. These results identify regimes in which explicit SGS modeling is beneficial, neutral, or detrimental, and provide practical guidance for selecting dissipation mechanisms in very high-order DG turbulence simulations suited to modern GPU architectures.

physics.flu-dyn

Mitigating Underwater Noise from Offshore Wind Turbines via Individual Pitch Control

This paper proposes a pitch control strategy to mitigate the underwater acoustic footprint of offshore wind turbines, a measure that will soon become necessary to minimize impacts on marine life, which rely on sound for communication, navigation, and survival. First, we quantify the underwater acoustic signature of blade-generated aerodynamic noise from three reference turbines, the NREL 5 MW, DTU 10 MW, and IEA 22 MW, using coupling blade element momentum and coupled air-water acoustic propagation modeling. Second, we propose and implement an open-loop individual pitch control (IPC) strategy that modulates the pitch of the blade at the blade passing frequency to attenuate the overall sound pressure level (OSPL) and the amplitude modulation (AM) of the transmitted noise. Third, we benchmark IPC performance against conventional pitch schemes. The results indicate that up to 5 dB reductions in OSPL and a decrease in AM depth 20% can be achieved with a pitch variation of $\Delta\theta\approx 5^\circ$, with small losses (5-10%) in energy capture. These findings highlight a previously underappreciated noise pathway and demonstrate that targeted blade-pitch modulation can mitigate its impact.

eess.SY

Century-Scale Effect of Climate Change on Meteorite Falls

Climate change is inducing a global atmospheric contraction above the tropopause (~10 km), leading to systematic decrease in neutral air density. The impact of climate change on small meteoroids has already been observed over the last two decades, with documented shifts in their ablation altitudes in the mesosphere (~50-85 km) and lower thermosphere (~85-120 km). This study evaluates the potential effect of these changes on meteorite-dropping fireballs, which typically penetrate the stratosphere (~10-50 km). As a case study, we simulate the atmospheric entry of the fragile Winchcombe carbonaceous chondrite under projected atmospheric conditions for the year 2100 assuming a moderate future emission scenario. Using a semi-empirical fragmentation and ablation model, we compare the meteoroid's light curve and deceleration under present and future atmospheric density profiles. The results indicate a modest variation of the ablation heights, with the catastrophic fragmentation occurring 300 m lower and the luminous flight terminating 190 m higher. The absolute magnitude peak remains unchanged, but the fireball would appear 0.5 dimmer above ~120 km. The surviving meteorite mass is reduced by only 0.1 g. Our findings indicate that century-scale variations in atmospheric density caused by climate change moderately influence bright fireballs and have a minimal impact on meteorite survival.

astro-ph.EP

Optimal solutions employing an algebraic Variational Multiscale approach Part II: Application to Navier-Stokes

This work presents a non-linear extension of the high-order discretisation framework based on the Variational Multiscale (VMS) method previously introduced for steady linear problems. We build on the concept of an optimal projector defined via the symmetric part of the governing operator. Using this idea, we generalise the formulation to the two-dimensional incompressible Navier-Stokes equations. The approach maintains a clear separation between resolved and unresolved scales, with the fine-scale contribution approximated through the approximate Fine-Scale Greens' operator of the associated symmetric operator. This enables a consistent variational treatment of non-linearity while preserving high-order accuracy. We show that the method yields numerical solutions that closely approximate the optimal projection of the continuous/highly-resolved solution and inherits desirable conservation properties. Particularly, the formulation guarantees discrete conservation of mass, energy, and vorticity, where enstrophy conservation is also achieved when exact or over-integration is employed. Numerical results confirm the methodology's robustness and accuracy, while also demonstrating its computational cost advantage compared to the baseline Galerkin approach for the same accuracy.

math.NA

Acoustic Propagation/Refraction Through Diffuse Interface Models

We present a novel approach for simulating acoustic (pressure) wave propagation across different media separated by a diffuse interface through the use of a weak compressibility formulation. Our method builds on our previous work on an entropy-stable discontinuous Galerkin spectral element method for the incompressible Navier-Stokes/Cahn-Hilliard system %\cite{manzanero2020entropyNSCH}% (Manzanero et al. (2020)), and incorporates a modified weak compressibility formulation that allows different sound speeds in each phase. We validate our method through numerical experiments, demonstrating spectral convergence for acoustic transmission and reflection coefficients in one dimension and for the angle defined by Snell's law in two dimensions. Special attention is given to quantifying the modeling errors introduced by the width of the diffuse interface. Our results show that the method successfully captures the behavior of acoustic waves across interfaces, allowing exponential convergence in transmitted waves. The transmitted angles in two dimensions are accurately captured for air-water conditions, up to the critical angle of $13^\circ$. In a final example, we show a three-dimensional wave transmission from air into water to demonstrate the potential of this methodology for addressing general multiphase acoustic problems. This work represents a step forward in modeling acoustic propagation in incompressible multiphase systems, with potential applications to marine aeroacoustics.

math.NA

An Empirical Wall-Pressure Spectrum Model for Aeroacoustic Predictions Based on Symbolic Regression

Fast-turn around methods to predict airfoil trailing-edge noise are crucial for incorporating noise limitations into design optimization loops of several applications. Among these aeroacoustic predictive models, Amiet's theory offers the best balance between accuracy and simplicity. The accuracy of the model relies heavily on precise wall-pressure spectrum predictions, which are often based on single-equation formulations with adjustable parameters. These parameters are calibrated for particular airfoils and flow conditions and consequently tend to fail when applied outside their calibration range. This paper introduces a new wall-pressure spectrum empirical model designed to enhance the robustness and accuracy of current state-of-the-art predictions while widening the range of applicability of the model to different airfoils and flow conditions. The model is developed using AI-based symbolic regression via a genetic-algorithm-based approach, and applied to a dataset of wall-pressure fluctuations measured on NACA 0008 and NACA 63018 airfoils at multiple angles of attack and inflow velocities, covering turbulent boundary layers with both adverse and favorable pressure gradients. Validation against experimental data (outside the training dataset) demonstrates the robustness of the model compared to well-accepted semi-empirical models. Finally, the model is integrated with Amiet's theory to predict the aeroacoustic noise of a full-scale wind turbine, showing good agreement with experimental measurements.

physics.flu-dyn

On the prediction of underwater aerodynamic noise of offshore wind turbines

The growing demand for offshore wind energy has led to a significant increase in wind turbine size and to the development of large-scale wind farms, often comprising 100 to 150 turbines. However, the environmental impact of underwater noise emissions remains largely unaddressed. This paper quantifies, for the first time, the underwater aerodynamic noise footprint of three large offshore turbines (5 MW, 10 MW, and 22 MW) and wind farms composed of these turbines. We propose a novel methodology that integrates validated wind turbine noise prediction techniques with plane wave propagation theory in different media, enabling turbine designers to predict and mitigate underwater noise emissions. Our results confirm that aerodynamic noise from offshore wind farms presents a potential environmental challenge, with negative effects on marine life. Addressing this issue is crucial to ensuring the sustainable expansion of offshore wind energy.

physics.ao-ph

A comparison of h- and p-refinement to capture wind turbine wakes

This paper investigates a critical aspect of wind energy research - the development of wind turbine wake and its significant impact on wind farm efficiency. The study focuses on the exploration and comparison of two mesh refinement strategies, h- and p-refinement, in their ability to accurately compute the development of wind turbine wake. The h-refinement method refines the mesh by reducing the size of the elements, while the p-refinement method increases the polynomial degree of the elements, potentially reducing the error exponentially for smooth flows. A comprehensive comparison of these methods is presented that evaluates their effectiveness, computational efficiency, and suitability for various scenarios in wind energy. The findings of this research could potentially guide future studies and applications in wind turbine wake modeling, thus contributing to the optimization of wind farms using high-order h/p methods. This study fills a gap in the literature by thoroughly investigating the application of these methods in the context of wind turbine wake development.

physics.flu-dyn

Optimal solutions employing an algebraic Variational Multiscale approach Part I: Steady Linear Problems

This work extends our previous study from S. Shrestha et al. (2024) by introducing a new abstract framework for Variational Multiscale (VMS) methods at the discrete level. We introduce the concept of what we define as the optimal projector and present a discretisation approach that yields a numerical solution closely approximating the optimal projection of the infinite-dimensional continuous solution. In this approach, the infinite-dimensional unresolved scales are approximated in a finite-dimensional subspace using the numerically computed Fine-Scale Greens' function of the underlying symmetric problem. The proposed approach involves solving the VMS problem on two separate meshes: a coarse mesh for the full PDE and a fine mesh for the symmetric part of the continuous differential operator. We consider the 1D and 2D steady advection-diffusion problems in both direct and mixed formulations as the test cases in this paper. We first present an error analysis of the proposed approach and show that the projected solution is achieved as the approximate Greens' function converges to the exact one. Subsequently, we demonstrate the working of this method where we show that it can exponentially converge to the chosen optimal projection. We note that the implementation of the present work employs the Mimetic Spectral Element Method (MSEM), although, it may be applied to other Finite/Spectral Element or Isogeometric frameworks. Furthermore, we propose that VMS should not be viewed as a stabilisation technique; instead, the base scheme should be inherently stable, with VMS enhancing the solution quality by supplementing the base scheme.

math.NA

Reinforcement learning for anisotropic p-adaptation and error estimation in high-order solvers

We present a novel approach to automate and optimize anisotropic p-adaptation in high-order h/p solvers using Reinforcement Learning (RL). The dynamic RL adaptation uses the evolving solution to adjust the high-order polynomials. We develop an offline training approach, decoupled from the main solver, which shows minimal overcost when performing simulations. In addition, we derive an inexpensive RL-based error estimation approach that enables the quantification of local discretization errors. The proposed methodology is agnostic to both the computational mesh and the partial differential equation to be solved. The application of RL to mesh adaptation offers several benefits. It enables automated and adaptive mesh refinement, reducing the need for manual intervention. It optimizes computational resources by dynamically allocating high-order polynomials where necessary and minimizing refinement in stable regions. This leads to computational cost savings while maintaining the accuracy of the solution. Furthermore, RL allows for the exploration of unconventional mesh adaptations, potentially enhancing the accuracy and robustness of simulations. This work extends our original research, offering a more robust, reproducible, and generalizable approach applicable to complex three-dimensional problems. We provide validation for laminar and turbulent cases: circular cylinders, Taylor Green Vortex and a 10MW wind turbine to illustrate the flexibility of the proposed approach.

physics.flu-dyn

Deep Reinforcement Learning for Multi-Objective Optimization: Enhancing Wind Turbine Energy Generation while Mitigating Noise Emissions

We develop a torque-pitch control framework using deep reinforcement learning for wind turbines to optimize the generation of wind turbine energy while minimizing operational noise. We employ a double deep Q-learning, coupled to a blade element momentum solver, to enable precise control over wind turbine parameters. In addition to the blade element momentum, we use the wind turbine acoustic model of Brooks Pope and Marcolini. Through training with simple winds, the agent learns optimal control policies that allow efficient control for complex turbulent winds. Our experiments demonstrate that the reinforcement learning is able to find optima at the Pareto front, when maximizing energy while minimizing noise. In addition, the adaptability of the reinforcement learning agent to changing turbulent wind conditions, underscores its efficacy for real-world applications. We validate the methodology using a SWT2.3-93 wind turbine with a rated power of 2.3 MW. We compare the reinforcement learning control to classic controls to show that they are comparable when not taking into account noise emissions. When including a maximum limit of 45 dB to the noise produced (100 meters downwind of the turbine), the extracted yearly energy decreases by 22%. The methodology is flexible and allows for easy tuning of the objectives and constraints through the reward definitions, resulting in a flexible multi-objective optimization framework for wind turbine control. Overall, our findings highlight the potential of RL-based control strategies to improve wind turbine efficiency while mitigating noise pollution, thus advancing sustainable energy generation technologies

eess.SY