MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
These are 2D Riemann problems similar to Lax & Liu SIAM 1998, or also in Liska & Wendroff, SIAM J. Sci. Comput. 25, 3, pp. 995-1017, 2003 (section 4.4), but here modified to isothermal hydro setting. You can try to modify the setups, or compare different schemes.
$AMRVAC_DIR/setup.pl -d=2
Simply issue the make
command:
make
To run with e.g. 4 processors, use
mpirun -np 4 ./amrvac -i config4.par
A complete list of parameters can be found par.md.
Have a look at the local file mod_usr.t
. You can modify the initial conditions easily.