SearcharxivSearch

arXiv subjects

Lambert Theisen

Publications and source records attributed to Lambert Theisen.

8 recordsLinked to original sources

Sparse and low-rank kinetic distribution estimation

In this paper, we consider methods that allow for memory-efficient storage of high-dimensional distributions and retain certain key features thereof, specifically in a kinetic theory context. We propose an extension to the entropic quadrature method that allows for enforcing sparsity, and propose a new low-rank decomposition approach that ensures preservation of moment information. The methods are applied to several model kinetic distributions, as well as to distributions obtained from high-resolution kinetic simulations of the Vlasov--Maxwell system.

physics.comp-ph

Effects of Thermal Boundary Conditions on Natural Convection and Entropy Generation in Non-Newtonian Power-Law Fluids

This study investigates the role of thermal boundary conditions on natural convection and entropy generation in non-Newtonian power-law fluids confined within a square cavity and a concentric cylindrical annulus. Steady, two-dimensional governing equations based on the incompressible power-law model and the Boussinesq approximation are solved using the Gridap.jl finite element framework. The numerical methodology is validated against benchmark solutions for both Newtonian and non-Newtonian convection, showing good agreement in terms of isotherm fields, streamlines, local Nusselt number distributions, and entropy generation. The effects of fluid rheology and heating mode are examined for shear-thinning, Newtonian, and shear-thickening fluids under uniform and non-uniform thermal boundary conditions. The results show that shear-thinning behavior enhances buoyancy-driven circulation, steepens thermal gradients, and increases heat transfer, whereas shear-thickening behavior suppresses convection and promotes conduction-dominated transport. Thermal boundary conditions are found to play an important role in controlling the intensity and spatial distribution of flow, heat transfer, and irreversibility. In both geometries, uniform heating produces stronger and more distributed convective structures, while non-uniform sinusoidal heating localizes thermal forcing and consistently reduces total entropy generation. An entropy analysis further reveals that viscous dissipation dominates irreversibility in shear-thinning fluids, whereas heat-transfer irreversibility becomes dominant as the power-law index increases. The study demonstrates that appropriate thermal boundary design, together with fluid rheology, provides an effective route for controlling heat transfer and minimizing thermodynamic losses in non-Newtonian convection systems. The source code and metadata are publicly available.

physics.flu-dyn

Well-Posedness of the Linear Regularized 13-Moment Equations Using Tensor-Valued Korn Inequalities

In this paper, we finally prove the well-posedness of the linearized R13 moment model, which describes, e.g., rarefied gas flows. As an extension of the classical fluid equations, moment models are robust and have been frequently used, yet they are challenging to analyze due to their additional equations. By effectively grouping variables, we identify a 2-by-2 block structure, allowing us to analyze well-posedness within the abstract LBB framework for saddle point problems. Due to the unique tensorial structure of the equations, in addition to an interesting combination of tools from Stokes' and linear elasticity theory, we also need new coercivity estimates for tensor fields. These Korn-type inequalities are established by analyzing the symbol map of the symmetric and trace-free part of tensor derivative fields. Together with the corresponding right inverse of the tensorial divergence, we obtain the existence and uniqueness of weak solutions. This result also serves as the basis for future numerical analysis of corresponding discretization schemes.

math.AP

A finite element solver for a thermodynamically consistent electrolyte model

In this study, we present a finite element solver for a thermodynamically consistent electrolyte model that accurately captures multicomponent ionic transport by incorporating key physical phenomena such as steric effects, solvation, and pressure coupling. The model is rooted in the principles of non-equilibrium thermodynamics and strictly enforces mass conservation, charge neutrality, and entropy production. It extends beyond classical frameworks like the Nernst-Planck system by employing modified partial mass balances, the electrostatic Poisson equation, and a momentum balance expressed in terms of electrostatic potential, atomic fractions, and pressure, thereby enhancing numerical stability and physical consistency. Implemented using the FEniCSx platform, the solver efficiently handles one- and two-dimensional problems with varied boundary conditions and demonstrates excellent convergence behavior and robustness. Validation against benchmark problems confirms its improved physical fidelity, particularly in regimes characterized by high ionic concentrations and strong electrochemical gradients. Simulation results reveal critical electrolyte phenomena, including electric double layer formation, rectification behavior, and the effects of solvation number, Debye length, and compressibility. The solver's modular variational formulation facilitates its extension to complex electrochemical systems involving multiple ionic species with asymmetric valences. We publicly provide the documented and validated solver framework.

cs.CE

A generalized fundamental solution technique for the regularized 13-moment system in rarefied gas flows

In this work, we explore the method of fundamental solutions (MFS) for solving the regularized 13-moment (R13) equations for rarefied monatomic gases. While previous applications of the MFS in rarefied gas flows relied on problem-specific fundamental solutions, we propose a generic approach that systematically computes the fundamental solutions for any linear moment system without predefined source terms. The generalized framework is first introduced using a simple example involving the Stokes equations, and is then extended to the R13 equations. The results obtained from the generic MFS are validated against an analytical solution for the R13 equations. Following validation, the framework is applied to the case of thermally-induced flow between two non-coaxial cylinders. Since no analytical solution exists for this case, we compare the results obtained from the MFS with those obtained from the finite element method (FEM). To further assess computational efficiency, we analyze the runtimes of the FEM and MFS. The results indicate that the MFS converges faster than the FEM and serves as a promising alternative to conventional meshing-based techniques.

physics.flu-dyn

A Scalable Two-Level Domain Decomposition Eigensolver for Periodic Schrödinger Eigenstates in Anisotropically Expanding Domains

Accelerating iterative eigenvalue algorithms is often achieved by employing a spectral shifting strategy. Unfortunately, improved shifting typically leads to a smaller eigenvalue for the resulting shifted operator, which in turn results in a high condition number of the underlying solution matrix, posing a major challenge for iterative linear solvers. This paper introduces a two-level domain decomposition preconditioner that addresses this issue for the linear Schrödinger eigenvalue problem, even in the presence of a vanishing eigenvalue gap in non-uniform, expanding domains. Since the quasi-optimal shift, which is already available as the solution to a spectral cell problem, is required for the eigenvalue solver, it is logical to also use its associated eigenfunction as a generator to construct a coarse space. We analyze the resulting two-level additive Schwarz preconditioner and obtain a condition number bound that is independent of the domain's anisotropy, despite the need for only one basis function per subdomain for the coarse solver. Several numerical examples are presented to illustrate its flexibility and efficiency.

math.NA

A Quasi-Optimal Factorization Preconditioner for Periodic Schrödinger Eigenstates in Anisotropically Expanding Domains

This paper provides a provably quasi-optimal preconditioning strategy of the linear Schrödinger eigenvalue problem with periodic potentials for a possibly non-uniform spatial expansion of the domain. The quasi-optimality is achieved by having the iterative eigenvalue algorithms converge in a constant number of iterations for different domain sizes. In the analysis, we derive an analytic factorization of the spectrum and asymptotically describe it using concepts from the homogenization theory. This decomposition allows us to express the eigenpair as an easy-to-calculate cell problem solution combined with an asymptotically vanishing remainder. We then prove that the easy-to-calculate limit eigenvalue can be used in a shift-and-invert preconditioning strategy to bound the number of eigensolver iterations uniformly. Several numerical examples illustrate the effectiveness of this quasi-optimal preconditioning strategy.

math.NA

fenicsR13: A Tensorial Mixed Finite Element Solver for the Linear R13 Equations Using the FEniCS Computing Platform

We present a mixed finite element solver for the linearized R13 equations of non-equilibrium gas dynamics. The Python implementation builds upon the software tools provided by the FEniCS computing platform. We describe a new tensorial approach utilizing the extension capabilities of FEniCS's Unified Form Language (UFL) to define required differential operators for tensors above second degree. The presented solver serves as an example for implementing tensorial variational formulations in FEniCS, for which the documentation and literature seem to be very sparse. Using the software abstraction levels provided by the UFL allows an almost one-to-one correspondence between the underlying mathematics and the resulting source code. Test cases support the correctness of the proposed method using validation with exact solutions. To justify the usage of extended gas flow models, we discuss typical application cases involving rarefaction effects. We provide the documented and validated solver publicly.

cs.CE