! -*-f90-*- (for Emacs) vim:set filetype=fortran: (for vim) ! ! Initialisation parameters for shock tube problem. ! &init_pars cvsid='$Id: start.in,v 1.4 2018/08/07 10:29:46 brandenb Exp $' !xyz0 = -80.0, 0.0, 0.0, ! first corner of box !xyz1 = 80.0, 1.0, 1.0, ! box size xyz0 = -160.0, 0.0, 0.0, ! first corner of box xyz1 = 160.0, 1.0, 1.0, ! box size lperi = F , T , T, ! periodic direction? bcx = 'set','s','s', fbcx1 = +1.,0.,0., fbcx2 = -1.,0.,0., lwrite_ic = T / &eos_init_pars / &hydro_init_pars inituu='tanhx', ampluu=1e-1, widthuu=1. /