GENERAL: Add parameter files for several test problems.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2014-06-02 12:39:03 -03:00
parent 696e65959b
commit 4ba9e86297
4 changed files with 244 additions and 0 deletions

69
problems/blast.in Normal file
View File

@ -0,0 +1,69 @@
# problem name and parameters
#
problem = "blast"
dens = 1.00d+00
ratio = 1.00d+02
radius = 1.00d-01
csnd = 4.08d-01
gamma = 1.67d-01
buni = 0.00d+00
angle = 0.00d+00
# physics
#
equation_system = "hd"
equation_of_state = "adi"
# methods
#
time_advance = "rk2"
riemann_solver = "hllc"
reconstruction = "tvd"
limiter = "mc"
fix_positivity = "off"
clip_extrema = "off"
# mesh parameters
#
rdimx = 2
rdimy = 3
rdimz = 1
xmin = -0.5
xmax = 0.5
ymin = -0.75
ymax = 0.75
zmin = -0.5
zmax = 0.5
# refinement control
#
ncells = 8
nghost = 2
minlev = 1
maxlev = 7
crefmin = 2.00d-01
crefmax = 8.00d-01
epsref = 1.00d-02
refinement_variables = "dens pres"
# boundary conditions
#
xlbndry = "periodic"
xubndry = "periodic"
ylbndry = "periodic"
yubndry = "periodic"
zlbndry = "periodic"
zubndry = "periodic"
# runtime control parameters
#
tmax = 1.00d+00
cfl = 4.00d-01
# data output control
#
precise_snapshots = "off"
snapshot_type = "p"
snapshot_interval = 1.0d-01
restart_number = -1
integrals_interval = 10

60
problems/current_sheet.in Normal file
View File

@ -0,0 +1,60 @@
# problem name and parameters
#
problem = "current_sheet"
resistivity = 1.00d-05
alpha = 1.00d+01
# physics
#
equation_system = "mhd"
equation_of_state = "adi"
# methods
#
time_advance = "rk2"
riemann_solver = "hlld"
reconstruction = "limo3"
limiter = "mc"
fix_positivity = "off"
# mesh parameters
#
rdimx = 1
rdimy = 1
rdimz = 1
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
nghost = 2
minlev = 1
maxlev = 7
refinement_variables = "dens pres magy"
# 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 = "off"
snapshot_type = "p"
snapshot_interval = 1.0d-01
restart_number = -1
integrals_interval = 10

53
problems/implosion.in Normal file
View File

@ -0,0 +1,53 @@
# problem name and parameters
#
problem = "implosion"
gamma = 1.40d+00
shock_line = 5.00d-01
# physics
#
equation_system = "hd"
equation_of_state = "adi"
# methods
#
time_advance = "rk2"
riemann_solver = "hllc"
reconstruction = "limo3"
limiter = "mc"
fix_positivity = "off"
# mesh parameters
#
ncells = 8
nghosts = 2
rdimx = 1
rdimy = 1
xmin = -1.00d+00
xmax = 1.00d+00
ymin = -1.00d+00
ymax = 1.00d+00
# refinement control
#
maxlev = 8
# boundary conditions
#
#xlbndry = "reflecting"
#xubndry = "reflecting"
#ylbndry = "reflecting"
#yubndry = "reflecting"
# runtime control parameters
#
tmax = 1.00d+00
cfl = 4.00d-01
# data output control
#
precise_snapshots = "on"
snapshot_type = "p"
snapshot_interval = 1.0d-02
restart_number = -1
integrals_interval = 1

62
problems/kh.in Normal file
View File

@ -0,0 +1,62 @@
# 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 = "hllc"
reconstruction = "limo3"
limiter = "mc"
fix_positivity = "off"
# mesh parameters
#
rdimx = 1
rdimy = 1
rdimz = 1
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
nghost = 2
minlev = 1
maxlev = 7
# boundary conditions
#
xlbndry = "periodic"
xubndry = "periodic"
ylbndry = "periodic"
yubndry = "periodic"
zlbndry = "periodic"
zubndry = "periodic"
# runtime control parameters
#
nmax = 1000000
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