Grzegorz Kowal a2cfc96f10 PROBLEMS: Update problem parameter files.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2014-09-19 08:23:49 -03:00

59 lines
1.2 KiB
Plaintext

# problem name and parameters
#
problem = "kh"
# random number generator parameters
#
gentype = "random"
# physics
#
equation_system = "mhd"
equation_of_state = "adi"
# methods
#
time_advance = "rk2"
riemann_solver = "hlld"
reconstruction = "limo3"
limiter = "mc"
fix_positivity = "off"
# mesh parameters
#
xmin = -5.0d-01
xmax = 5.0d-01
ymin = -5.0d-01
ymax = 5.0d-01
zmin = -5.0d-01
zmax = 5.0d-01
# refinement control
#
ncells = 8
nghosts = 2
minlev = 1
maxlev = 7
# boundary conditions
#
xlbndry = "periodic"
xubndry = "periodic"
ylbndry = "periodic"
yubndry = "periodic"
zlbndry = "periodic"
zubndry = "periodic"
# runtime control parameters
#
tmax = 1.0d+00
cfl = 4.0d-01
# data output control
#
precise_snapshots = "on"
snapshot_type = "p"
snapshot_interval = 1.0d-01
restart_number = -1
integrals_interval = 10