!  -*-f90-*-  (for Emacs)    vim:set filetype=fortran:  (for vim)
!
!  sample file for Riemann problem with magnetic field
!  to be compared with Fig.6 of Falle (2002, ApJ 577, L123)
!
&run_pars
  cvsid='$Id$'
  nt=5000, it1=10, cdt=0.4, cdtv=0.20, isave=50, itorder=3,
  dsnap=20., dvid=1., tmax=30.
  bcx = 's','s','s','s','s','s','a2','a2'
  bcx = 's','s','s','s','s','a2','a2','a2'
  lpencil_check=T
/
&eos_run_pars
/
&hydro_run_pars
/
&density_run_pars
  cdiffrho=0.,  !(mass diffusion not currently used)
  !idiff='normal',diffrho=.2
  lupw_lnrho=T
/
&entropy_run_pars
  iheatcond='chi-const',chi=1E-9, chi_t=.1
  lupw_ss=T
/
&magnetic_run_pars
  eta=1.0, B_ext=2.0,0.,0.
/
&viscosity_run_pars
  nu=1.1
/