Difference between revisions of "AsterX"
Jaykalinani (talk | contribs) |
Jaykalinani (talk | contribs) (→Feature Requirements) |
||
Line 8: | Line 8: | ||
** HLLE 4th order (TODO) | ** HLLE 4th order (TODO) | ||
** HLLE 6th order (TODO) | ** HLLE 6th order (TODO) | ||
− | |||
* Reconstruction Methods | * Reconstruction Methods | ||
Line 31: | Line 30: | ||
* Vector Potential evolution | * Vector Potential evolution | ||
** Flux CT (completed) | ** Flux CT (completed) | ||
− | ** Upwind CT (TODO) | + | ** Upwind CT - HLLE (TODO) |
+ | ** Upwind CT - HLLD (TODO) | ||
== Tests == | == Tests == |
Revision as of 16:56, 14 November 2022
AsterX is a new open-source GRMHD code based on the CarpetX infrastructure. The source code for AsterX can be found here.
Feature Requirements
- Flux Solvers
- Lax-Friedrichs (completed)
- HLLE 3rd order (completed)
- HLLE 4th order (TODO)
- HLLE 6th order (TODO)
- Reconstruction Methods
- MinMod (completed)
- PPM (completed)
- WENO (TODO)
- Con2Prim Schemes
- 2D Noble (completed)
- 1D Palenzuela (completed)
- 1D Newmann-Hamlin (TODO: Jay)
- 3D NR (TODO)
- 1D RePrimAnd (TODO)
- EOS Framework
- Ideal Gas (completed)
- Polytropic (TODO: Jay)
- Piecewise-polytropic (TODO)
- Hybrid (TODO)
- Finite temperature tabulated (TODO)
- Vector Potential evolution
- Flux CT (completed)
- Upwind CT - HLLE (TODO)
- Upwind CT - HLLD (TODO)
Tests
- 1D tests
- Balsara testsuite low resolution (completed)
- Balsara testsuite high resolution (TODO: Jay)
- 2D tests
- Cylindrical Explosion (TODO: Jay)
- Magnetic Rotor (TODO)
- Loop Advection (TODO)
- Kelvin Helmholtz Instability (TODO)
- Rayleigh Taylor Instability (TODO)
- 3D tests
- Magnetized TOV (TODO)
- Magnetized Fishbone-Moncrief BH disk (TODO)
- Scaling Tests
- Weak Scaling (TODO)
- Strong Scaling (TODO)
- Profiling
- Using TOV tests (TODO)