Praveen Chandrashekar

Centre for Applicable Mathematics, TIFR, Bangalore

[ People | News | Codes | Talks | Teaching | Publications | Calendar | Hiking | Contact ]

Athena code

Get the code

git clone https://github.com/PrincetonUniversity/athena

Compile for Riemann problem

cd athena
./configure.py --prob shock_tube \
               --coord cartesian \
               --eos adiabatic \
               --flux hlld \
               -b
make

Run Brio-Wu example

mkdir brio-wu
cp inputs/mhd/athinput.bw brio-wu
cd brio-wu
../bin/athena -i athinput.bw

Plot solution at final time

gnuplot> p 'Brio-Wu.block0.out1.00040.tab' u 2:3 w lp

Look into the input file athinput.bw and change grid size, domain, final time, Riemann data, etc.