amun-code/problems/current-sheet.in

42 lines
820 B
Plaintext
Raw Normal View History

# problem name and parameters
#
problem = "current-sheet"
resistivity = 1.00d-05
# physics
#
equation_system = "mhd"
equation_of_state = "adi"
glm_source_terms = "kepes"
# methods
#
time_advance = "ssprk3(2)4"
riemann_solver = "kepes"
reconstruction = "gp"
# 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 = 16
maxlev = 8
refinement_variables = "dens pres magy"
# runtime control parameters
#
tmax = 1.0d+00
cfl = 5.0d-01
# data output control
#
snapshot_interval = 1.0d-01
compression_format = "lz4"