2025/03/26 by Christopher Bard, J. Dorelli, Bard, Chris +1 · 1 citation
Biochemistry, Genetics and Molecular Biology · Computer Science · Physics and Astronomy · #Computational Physics (physics.comp-ph) #Computational Physics and Python Applications #FOS: Physical sciences #Geomagnetism and Paleomagnetism Studies #Plasma Physics (physics.plasm-ph) #Solar and Space Plasma Dynamics
paper · pdf · doi:10.48550/arxiv.2503.20899
openalex publication_date 2025/03/26 · openalex created_date 2025/10/11 · openalex updated_date 2026/07/28
We present the AGATE simulation code, a Python-based framework developed primarily for solving the magnetohydrodynamics (MHD) equations while maintaining adaptability to other equation sets. The code employs a modular, object-oriented architecture that separates interface specifications from numerical implementations, allowing users to customize numerical methods and physics models. Built on a Godunov-type finite-volume scheme, AGATE currently supports the ideal, Hall, and Chew-Goldberger-Low (CGL) MHD equations, with multiple acceleration options ranging from Numpy to GPU-enabled computation via NVIDIA CUDA. Performance testing demonstrates that our GPU implementations achieve 40-60x speedups over CPU versions. Comprehensive validation through established benchmarks confirms accurate reproduction of both linear and nonlinear phenomena across different MHD regimes. This combination of modularity, performance, and extensibility makes AGATE suitable for multiple applications: from rapid prototyping to production simulations, and from numerical algorithm development to physics education.