This repository is part of kalypsso-dev project and is not intended to be standalone, but rather used as a submodule of kalypsso-app-pub.
This repository contains a MHD solver implementation using the constraint transport method for solving the magnetic induction equation, while preserving the divergence-free property of the magnetic field.
The implementation is a direct adaptation from godunov_hydro, using the same type of finite volume discretization, built upon the HLLD Riemann solver.
- A high order Godunov scheme with constrained transport and adaptive mesh refinement for astrophysical magnetohydrodynamics, Fromang et al., Astrophysics and Astronomy, Volume 457, number 2, (2006), Pages 371-384.
This project is released under Apache-2.0 WITH LLVM-exception.