SearcharxivSearch

subject

physics.flu-dyn

physics.flu-dyn: explore 39 source-linked works published from 2024 to 2026, with original documents and citations.

This collection is a preview while coverage and quality are evaluated.

Search within this collection

Coverage and selection

Includes records with this source-supplied label or an explicit phrase match in their metadata. Matches indicate a mention, not proof that a paper uses a method or tests a material. Source versions are consolidated by DOI.

Sources: arxiv. Collection updated 2026-09-16. Counts describe this index, not the complete source archives.

ONE CYLinder: A Benchmark for Graph-Based Surrogate Modeling of Unsteady Bluff-Body Flows

Graph-based surrogate models offer a promising route to accelerate computational fluid dynamics (CFD) simulations on unstructured meshes. However, their development is limited by the scarcity of benchmark datasets spanning multiple flow regimes and standardized protocols for long-horizon autoregressive prediction. We introduce ONECYL (ONE CYLinder), a new benchmark for unsteady flow past a circular cylinder across laminar, transitional, and high-Reynolds-number regimes. The benchmark comprises 450 high-fidelity Variational Multiscale finite-element simulations (270,000 flow snapshots) with randomized cylinder geometries, providing time-resolved velocity and pressure fields together with mesh connectivity, geometric descriptors, Reynolds numbers, and integrated aerodynamic quantities. Beyond the dataset, ONECYL establishes a unified evaluation framework combining full-field rollout errors, virtual probes, and drag and lift predictions to assess numerical accuracy and physical fidelity. To accompany the benchmark, we develop a Graph Transformer as a reference baseline predicting velocity and pressure fields autoregressively on unstructured meshes. Using ONECYL, we investigate geometric representations and physics-based regularization across the three Reynolds-number regimes. The results show that explicitly encoding the cylinder geometry through a level-set representation consistently improves long-horizon prediction accuracy and generalization to unseen geometries, while divergence-based regularization becomes increasingly beneficial as flow complexity increases. The ONECYL benchmark and its Graph Transformer baseline provide a reproducible framework for evaluating graph-based surrogate models and establish a foundation for future research on long-horizon prediction of unsteady bluff-body flows.

physics.flu-dyn

A Semi-Implicit Variational Multiscale Formulation for the Incompressible Navier-Stokes Equations via Exact Adjoint Linearization

A semi-implicit, residual-based variational multiscale (VMS) formulation is developed for the incompressible Navier-Stokes equations. The convection term is linearized using an extrapolated (Oseen-type) convecting velocity, producing a linear advection operator whose adjoint can be written exactly. Because of this exact adjoint, unresolved-scale contributions enter the weak form without spatial derivatives of the fine-scale velocity, thereby eliminating the case-by-case adjustments that often accompany nonlinear residual-based VMS implementations. The formulation is presented for a generalized linear convection operator encompassing the convective, skew-symmetric, and divergence forms. Since the discrete method is linear by construction and monolithic for velocity and pressure, each time step requires only one linear solve, reducing wall-clock time by a factor of $2$ to $5$ relative to fully implicit nonlinear formulations while maintaining comparable accuracy. Temporal convergence is verified, and validation is performed on the lid-driven cavity, flow past a cylinder, turbulent channel flow, and flow over a NACA0012 airfoil at a high Reynolds number, demonstrating the efficiency of the proposed approach on problems of practical scale.

physics.flu-dyn

A new formulation of Discontinuous Galerkin method for interface capturing approaches

In computational fluid dynamics, the numerical simulation of free-surface flows using interface capturing approaches (level set, pseudo-concentration) requires accurate resolution of a transport equation. In the present work, this equation is solved using a new formulation of the Lesaint--Raviart discontinuous Galerkin method, which is particularly suitable for problems without inflow boundaries. The motion is described by the incompressible Navier--Stokes equations with surface tension, discretized using the standard $P2-P1$ Taylor--Hood finite element method in space. Surface tension effects are represented using the so-called Continuum Surface Force model. Finally, the proposed approach is implemented and tested on several benchmarks, including the single rising bubble and the Rayleigh--Taylor instability.

math.NA

A Systematic Analysis of Automatic Differentiation versus Discretization-based Constraints for Physics-Informed PDE Solvers

Physics-informed neural networks (PINNs) represent a growing frontier in using artificial intelligence to solve partial differential equations (PDEs). Automatic differentiation (AD) plays a central role in this paradigm, which is mesh-free and replaces traditional iterative solvers with gradient-based optimization in continuous space. However, the inherent limitations of AD, particularly in handling higher-order derivatives and discontinuous solutions, pose significant challenges for complex problems. This has motivated a growing number of researchers to explore discretization-based constraints as an alternative path. Yet, the respective applicability of these two paradigms remains largely unexplored. In this work, we conduct systematic experiments across a wide spectrum of problems, from simple linear Poisson to high-Mach hypersonic flows with strong discontinuities. Through a rigorous decomposition of approximation, optimization, and truncation errors, we systematically elucidate the fundamental trade-offs and error-governing mechanisms of both paradigms, as well as two representative network architectures: multi-layer perceptron (MLP) and graph neural network (GNN). Our results reveal a consistent trend: as nonlinearity strengthens, the accuracy advantage of discretization-based constraints becomes increasingly pronounced, with smaller optimization errors compensating for the truncation errors. Moreover, the more complex the nonlinearity and boundary conditions, the greater the advantage of GNN over MLP. These insights offer a robust practical guideline for configuring neural PDE solvers in demanding engineering applications. Our source data and code are available at https://github.com/guoxing0809/neuropde_analysis.

math.NA

A Comparative Study of Finite-Volume-based Coupled and Segregated Reduced-Order Models for Incompressible Flows in Parametrized Domains

This work presents a comparative analysis of Reduced-Order Models (ROMs) applied to incompressible fluid dynamics within geometrically parametrized domains. Two distinct reduced-order solution strategies are investigated and compared: a monolithic coupled solver and a segregated SIMPLE-based algorithm. Their performance is assessed on two steady, two-dimensional benchmark cases: a lid-driven cavity flow and a flow past a cylindrical obstacle. The two algorithms are compared in terms of fields evaluation and aerodynamic coefficients prediction. The computational results highlight a fundamental trade-off between accuracy and numerical efficiency. On the one hand, after an opportune supremizers enrichment, the coupled approach guarantees a faster convergence, despite the need of a larger number of degrees of freedom. On the other hand, the segregated SIMPLE algorithm yields superior reconstruction accuracy, particularly for lower-dimensional reduced spaces, at the cost of a slower convergence rate.

physics.flu-dyn

Structured Extrema Errors in Classical Surrogates for Viscous Burgers: A Physics-Consistent Interpretation

We study the local errors of classical machine-learning surrogate models, which approximate the time evolution of the one-dimensional viscous Burgers equation. Four models are compared on the same prediction task, using the spatial grid values directly: radial basis function (RBF) kernel ridge regression (KRR), linear Ridge, ExtraTrees, and Random Forests. Across all four models, the one-step residual, defined here as the true value minus the predicted value at each grid point, forms clear curved branches near predicted maxima and minima. A more detailed analysis of KRR shows that these errors are much more strongly related to the second spatial derivative, which measures local curvature, than to the first spatial derivative. Near a smooth extremum, predicted value and curvature form a local two-branch fold. Under our local curvature-based model of the residual, this fold predicts a leading-order near-parabolic relation between predicted value and residual. This geometric result motivates a direct test of the Burgers advection (transport) and diffusion (smoothing) terms. For KRR and Ridge, regression tests on held-out trajectories, a control that breaks the spatial alignment of the diffusion term, and a spectral test of high-frequency content are consistent with insufficient viscous smoothing at moderate and high viscosity. In this case, the surrogate retains more small-scale structure than the true future state. The same physical explanation is much weaker for the tree models. Finally, a correction that uses only predicted quantities reduces both one-step error and error during recursive rollout, where each prediction is used as the next input.

cs.LG

A review of weakly enforced Dirichlet boundary conditions in computational flow analysis

Strongly enforced Dirichlet boundary conditions require highly refined near-wall meshes to resolve steep velocity and thermal gradients. This introduces high computational costs, especially for practical flow simulations. Weakly enforced boundary conditions alleviate this burden by acting as a variationally consistent near-wall model. By allowing a controlled slip at the solid wall, weak enforcement recovers accurate flow quantities on coarse boundary-layer meshes across both incompressible and compressible regimes. Furthermore, weak boundary conditions serve as the fundamental enabling technology for immersogeometric analysis. Because the weak operator evaluates boundary integrals independently of the background mesh, high-fidelity flow analysis can be performed directly on complex geometries without fitting a mesh to the surface. This capability has facilitated direct geometry-to-analysis workflows for boundary-representation CAD models, raw point clouds, photogrammetric reconstructions, and segmented medical images. This review examines the unified mathematical development of the weak boundary condition framework from scalar advection-diffusion equations to the full Navier-Stokes equations, illustrating its versatility and robustness across incompressible and compressible flows, whether in traditional boundary-fitted, sliding-interface, or advanced immersogeometric applications.

math.NA

A Lagrangian View of Flow Matching

Modern explicit-time generative models, such as Flow Matching [Lipman et al., 2023] and Rectified Flow [Liu et al., 2023], are typically derived top-down via Optimal Transport and the continuity equation. This standard Eulerian approach focuses on the macroscopic transport of probability mass. In this paper, we present an alternative, bottom-up mechanical derivation grounded in a Lagrangian (particle-centric) perspective. By analyzing the local Taylor expansion of a continuous denoiser, we motivate a strict invariance condition required for optimal, singlestep generation: the conservation of target identity. Enforcing this condition yields a governing quasi-linear advection Partial Differential Equation (PDE). We demonstrate that solving this PDE via the Method of Characteristics analytically yields the straight-line trajectories of Flow Matching. This geometric perspective isolates the Jacobian of the denoiser as the primary source of trajectory curvature, providing a direct mathematical explanation for why straight-line flows enable massive step sizes, and why empirical models require distillation to flatten intersecting characteristics.

cs.CV

Sloshing reduction in a swaying tank with porous baffles using scaled boundary finite element method

Sloshing is an inevitable phenomenon in an ocean-going vessel that can have adverse effects. In this work, the mitigation of sloshing is investigated using multiple thin porous baffles of various configurations in a partially filled swaying tank. The boundary value problem is solved within the framework of a linearized potential flow theory using the scaled boundary finite element method (SBFEM). The flow through the thin porous baffles is assumed to follow Darcy's law. The computational domain is divided into a minimum number of subdomains due to the presence of porous baffles and to ensure star convexity. Higher-order polynomials are used along each subdomain edge to represent the unknown field, i.e., velocity potential. The developed numerical model is validated with the known results in the literature. Subsequently, various results, such as the amplification factor and the forces of the tank wall, are presented and discussed for the effect of configuration, porosity, slosh tank width, depth of baffle submergence and the space between adjacent baffles. From the parametric study, it is observed that top-mounted baffles enhance sloshing suppression by $50\%$ compared to bottom-mounted vertical baffles, considering all sloshing modes. Assessing the overall effectiveness, top-mounted convex baffle configuration emerges as the most efficient configuration for sloshing suppression, achieving a well-balanced reduction across all modes.

physics.flu-dyn

Gradient Reconstruction in Lattice Boltzmann Methods for Systems of Conservation Laws

The automatic derivation turns a declared system of conservation laws into a lattice Boltzmann scheme, giving each conserved physical quantity a set of q populations whose linear equilibrium embeds the physical flux in their first moment. When the flux depends on gradients of the conserved state, those gradients are supplied by tracking them as additional transported fields. Since lattice Boltzmann is commonly memory-bound, these additional degrees of freedom reduce the achievable throughput. To reclaim it, we reconstruct the gradients from the moment structure of the equilibrium instead of transporting them. To leading order, the first moment of a conserved quantity's non-equilibrium part carries its gradient. Because the reconstructed flux enters its own equilibrium reference, that moment is the image of the gradient under a linear operator built from the diffusive-flux Jacobian. The reconstruction is that operator's algebraic inverse, generic across gradient-form constitutive closures and generated automatically from each declared flux. The resulting scheme carries the conserved quantities alone, reconstructing the required gradients from the populations and forming the fluxes locally. It converges at second order in double precision across advection-diffusion-reaction, Allen-Cahn, Navier-Stokes, resistive magnetohydrodynamics and homogenized compressible Navier-Stokes-Fourier systems, matching the accuracy of gradient tracking at equal resolution. On an NVIDIA RTX A5000 it is up to 3.7 times faster in single precision, the memory-bound kernels reaching up to 97% of peak memory bandwidth.

cs.MS

Attention-guided super-resolution of 4D flow MRI in carotid arteries

Four-dimensional (4D) flow magnetic resonance imaging (MRI) is a powerful non-invasive technique for visualizing and quantifying complex blood flow patterns in vivo. Despite its clinical promise, broader adoption is limited by low spatial resolution and sensitivity to noise, which restrict accurate assessment of critical hemodynamic biomarkers such as wall shear stress, pressure gradients, and turbulent kinetic energy. To overcome these challenges, we propose a deep learning-based super-resolution framework that integrates multi-scale feature extraction and attention mechanisms to enhance the quality of 4D flow MRI data. The model was trained on a dataset of 120 patients with 240 stenosed carotid arteries. High-resolution ground truth data were generated using patient-specific computational fluid dynamics (CFD) simulations based on segmented vascular geometries and physiologically realistic boundary conditions, and the resulting velocity fields served as targets for supervised learning. The proposed architecture uses convolutional block attention modules (CBAM) to guide the network toward clinically relevant spatial features and to suppress noise in low-resolution inputs. Quantitative results show that the attention-guided model substantially reduces the root mean square error (RMSE) compared with a baseline model without attention, and qualitative velocity contour analysis confirms improved reconstruction of intricate flow patterns. These findings highlight the capacity of the model to restore high-fidelity flow fields under noisy conditions and support the use of deep learning to extend the clinical utility of 4D flow MRI for non-invasive hemodynamic assessment.

physics.med-ph

Direct Numerical Simulation of Thermoacoustically Unstable Flames Via Non-Drifting Acoustic Delay Characteristic Boundary Conditions

Thermoacoustic instability in premixed flames results from the coupling between the flame's heat release, as determined by combustion parameters, and surrounding acoustics, as determined by combustor geometry. A primary instability results in flame flattening as intrinsic flame instability modes are stabilised. Secondary thermoacoustic instability results in a parametric flame instability and drastic growth of acoustic amplitudes. Due to their relative expense, numerical simulations of these phenomena remain scarce. In this work, Direct Numerical Simulations (DNS) of thermoacoustically unstable idealised premixed flames in a tube with acoustically closed upstream and open downstream ends are presented. Results herein demonstrate nonlinear saturation of the primary instability as the flame flattens as well as an oscillating flame fingering characteristic of the unsteady Rayleigh-Taylor effect. To reduce computational cost, we perform DNS only on the region surrounding the flame. Acoustics at in- and outflows are described using the Navier-Stokes Characteristic Boundary Condition (NSCBC) method to model their delayed reentry into the domain in a formulation referred to as the Acoustic Delay Characteristic Boundary Condition (ADCBC) method. A new Averaged Proportional and Integral Linear Relaxation (APILR) method is also introduced, which modifies the Classic Linear Relaxation (CLR) method to maintain time-averaged values of inflow velocity and outflow pressure. Here, an integral control term is used to remove non-zero equilibrium time-averaged inflow velocities which impinge control over flame position. Both new methods demonstrate their capability in inert and counterflow flames test cases. These methods enable the numerical simulation of combustion instabilities at significantly reduced computational expense.

physics.flu-dyn

Analysis of Moment Closures Using $φ$-Divergences for Rarefied Dynamics with Binary Collisions and Their Galerkin Discretizations

This work introduces a robust deterministic framework for approximating solutions of the Boltzmann equation with binary collisions by discretizing their dependence on time, position, and velocity using Galerkin methods. By employing a family of parametric Galerkin closures based on $φ$-divergences in velocity space, we derive rigorous hierarchies of moment equations that govern fluid dynamic variables. Addressing the limitation that these closures alone do not guarantee dissipation of a $φ$-divergence entropy for the true binary collision operator, we restore this property by formulating a compatible approximate collision operator tailored to each closure. This constructed operator intrinsically retains fundamental physical properties essential for high-fidelity flow simulations, including Galilean invariance, exact conservation of mass, momentum, and energy, and strict dissipation of a $φ$-divergence entropy. Furthermore, we show that the resulting closed moment systems are symmetric-dissipative, yielding Cauchy problems that are well-posed locally in time. To translate this mathematical foundation into an efficient computational tool, we discretize the position and time variables with an entropy-stable discontinuous Galerkin (DG) finite element method. The fully implicit, entropy-stable space-time approach enables time steps far beyond typical CFL-limited step sizes and the direct computation of steady states. The robustness and accuracy of the methodology are verified and validated through numerical simulations on the supersonic nozzle flow of argon, mass flow through a channel, and heat transfer between parallel walls, demonstrating agreement with analytical benchmarks, experimental measurements, and stochastic particle simulations.

math.NA

Geometry Parameterisation via a Structural Modal Basis for Aerodynamic Shape Optimisation

Aircraft outer mould lines are often heavily constrained early by payload requirements, manufacturability limits, and low-observability considerations. The remaining aerodynamic design space is typically small, highly constrained, and difficult to represent using a concise and physically meaningful set of design variables. A structural modal parameterisation method (MPM) is introduced for such problems. The method constructs a tunable pseudo-structure and solves its eigenvalue problem to obtain a modal basis, from which a selected subset of modes parameterises the geometry. Boundary conditions, stiffness distribution, density, thickness, and added masses are treated as intentional basis-design variables that shape the admissible deformation space prior to optimisation. The resulting design coordinates are independent of any specific flow solver, making the approach broadly applicable. For tightly constrained aerodynamic shape optimisation problems, it provides a practical balance of parameter conciseness, robust constraint awareness, and geometric flexibility.

math.NA

Moment-enhanced shallow-water equations with an effective wall closure for no-slip bottoms

Shallow-water equations and low-order shallow-water moment models use vertically coarse representations and therefore cannot, in general, resolve the thin wall-affected region produced by a no-slip bottom. Enforcing the pointwise wall value on a low-order global polynomial reconstruction can introduce stiff relaxation and distort the resolved interior velocity profile. Starting from the incompressible Navier--Stokes equations with Navier bottom friction, we derive a bottom-to-mean relation in a distinguished regular-friction regime and use it to define an endpoint-consistent effective wall-traction closure for the shallow-water equations and the hyperbolic shallow-water moment equations. The closure represents the momentum effect of unresolved near-wall dynamics; it neither resolves the physical boundary layer nor imposes the pointwise no-slip trace on the reconstructed polynomial. It recovers the perfect-slip wall contribution when the friction coefficient vanishes. Because only source terms are changed, the homogeneous principal matrices and their established two-dimensional hyperbolicity classification remain unchanged. We compare the standard and modified reduced models with two-phase incompressible Navier--Stokes computations in OpenFOAM for wet-bed dam-break and three-dimensional collapse tests. In the cases considered, the modified closure reduces the excessive damping of the classical low-order wall source and improves agreement in depth-averaged and resolved-interior velocity diagnostics, but it does not uniformly improve front-propagation speed. The regular-friction asymptotic remainder is not uniform in the large-friction numerical regime; there the effective coefficient is used as a wall-model continuation and assessed empirically.

math.NA

Physics-Informed Neural Networks for Depth-Averaged Granular Avalanche Dynamics on Curved Topography

Physics-informed neural networks (PINNs) provide a mesh-free framework for solving governing equations, but their application to granular avalanche dynamics over curved terrain remains largely unexplored. This study extends a depth-averaged PINN formulation based on the Savage-Hutter equations to an exponentially curved chute with spatially varying inclination and a strain-rate-dependent Mohr-Coulomb earth-pressure closure. The model is validated against measured front- and rear-edge trajectories from a laboratory granular-avalanche experiment, with selected observations withheld from training. A staged temporal curriculum proved essential for accurate prediction, reducing the held-out trajectory error by approximately two orders of magnitude compared with training over the full time domain from the outset. Sparse-data experiments further showed that observation placement was more influential than observation number within the configurations tested. Four observations bracketing the transition from acceleration to deceleration achieved nearly the same accuracy as the eight-observation reference configuration, whereas observations clustered at early or late times performed poorly. The results demonstrate the importance of both training strategy and informative data placement when applying PINNs to granular flows over curved topography.

cond-mat.soft

Greedy recursion parameter selection for one-way spatial integration of hyperbolic equations

Solutions to hyperbolic systems comprise waves propagating at finite speeds. When wave propagation is predominantly unidirectional, one-way wave equations can be used to evolve only the right-going solution by removing support for left-going waves. The One-Way Navier-Stokes (OWNS) approach, which was originally developed for systems of first-order hyperbolic equations, constructs one-way approximations to the linearized Navier-Stokes equations using a recursive filter to remove left-going waves. The computational cost scales with the number of recursion parameters, which must be carefully chosen to ensure accuracy and stability of the resulting one-way equation. Previous work has chosen parameters based on heuristic estimates of key eigenvalues, which requires trial-and-error tuning while also yielding slow error convergence. We propose a greedy algorithm for automatic parameter selection, which we show yields faster convergence and a net decrease in computational cost for linear and nonlinear disturbance evolution in boundary-layer flows. We review the OWNS projection (OWNS-P) and recursive (OWNS-R) methods, comparing their convergence properties, and show through our numerical analysis and experiments that OWNS-P yields superior convergence and stability properties. Although we demonstrate the method for Navier-Stokes equations, we perform our analyses on systems of linear first-order hyperbolic equations and emphasize that the greedy algorithm is applicable to such systems.

math.NA

Efficient Adaptation of ROMs for Unsteady Flows Using Data Assimilation

We propose an efficient retraining strategy for a parameterized Reduced Order Model (ROM) that attains accuracy comparable to full retraining while requiring only a fraction of the computational time and relying solely on sparse observations of the full system. The architecture employs an encode-process-decode structure: a Variational Autoencoder (VAE) to perform dimensionality reduction, and a transformer network to evolve the latent states and model the dynamics. The ROM is parameterized by an external control variable, the Reynolds number in the Navier-Stokes setting, with the transformer exploiting attention mechanisms to capture both temporal dependencies and parameter effects. The probabilistic VAE enables stochastic sampling of trajectory ensembles, providing predictive means and uncertainty quantification through the first two moments. After initial training on a limited set of dynamical regimes, the model is adapted to out-of-sample parameter regions using only sparse data. Its probabilistic formulation naturally supports ensemble generation, which we employ within an ensemble Kalman filtering framework to assimilate data and reconstruct full-state trajectories from minimal observations. We further show that, for the dynamical system considered, the dominant source of error in out-of-sample forecasts stems from distortions of the latent manifold rather than changes in the latent dynamics. Consequently, retraining can be limited to the autoencoder, allowing for a lightweight, computationally efficient adaptation procedure with very sparse fine-tuning data.

cs.LG
Compare source metadata on this page
WorkPublishedSource identifierSource
ONE CYLinder: A Benchmark for Graph-Based Surrogate Modeling of Unsteady Bluff-Body Flows2026-09-082609.08947arxiv
A Semi-Implicit Variational Multiscale Formulation for the Incompressible Navier-Stokes Equations via Exact Adjoint Linearization2026-09-072512.21773arxiv
A new formulation of Discontinuous Galerkin method for interface capturing approaches2026-09-072609.07327arxiv
A Systematic Analysis of Automatic Differentiation versus Discretization-based Constraints for Physics-Informed PDE Solvers2026-09-072609.07437arxiv
A Comparative Study of Finite-Volume-based Coupled and Segregated Reduced-Order Models for Incompressible Flows in Parametrized Domains2026-09-072609.07472arxiv
Structured Extrema Errors in Classical Surrogates for Viscous Burgers: A Physics-Consistent Interpretation2026-09-072609.07952arxiv
A review of weakly enforced Dirichlet boundary conditions in computational flow analysis2026-09-062609.06314arxiv
A Lagrangian View of Flow Matching2026-09-052609.00198arxiv
Sloshing reduction in a swaying tank with porous baffles using scaled boundary finite element method2026-09-052609.06141arxiv
Gradient Reconstruction in Lattice Boltzmann Methods for Systems of Conservation Laws2026-09-052609.06199arxiv
Attention-guided super-resolution of 4D flow MRI in carotid arteries2026-09-042609.04891arxiv
Direct Numerical Simulation of Thermoacoustically Unstable Flames Via Non-Drifting Acoustic Delay Characteristic Boundary Conditions2026-09-042609.05656arxiv
Analysis of Moment Closures Using $φ$-Divergences for Rarefied Dynamics with Binary Collisions and Their Galerkin Discretizations2026-09-032608.03640arxiv
Geometry Parameterisation via a Structural Modal Basis for Aerodynamic Shape Optimisation2026-09-032609.05568arxiv
Moment-enhanced shallow-water equations with an effective wall closure for no-slip bottoms2026-09-022506.14785arxiv
Physics-Informed Neural Networks for Depth-Averaged Granular Avalanche Dynamics on Curved Topography2026-09-022609.05542arxiv
Greedy recursion parameter selection for one-way spatial integration of hyperbolic equations2026-09-012506.02320arxiv
Efficient Adaptation of ROMs for Unsteady Flows Using Data Assimilation2026-09-012602.23188arxiv

These are bibliographic comparisons, not experimental rankings. Follow the original document for methods and conditions.