PROBLEMS: Update the parameter file for the tearing problem.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2024-03-07 11:01:47 -03:00
parent e76e875004
commit 40d8de12fa

View File

@ -16,19 +16,12 @@ equation_of_state = "adi"
# methods
#
time_advance = "ssprk(m,3)"
stages = 4
riemann_solver = "hlld"
reconstruction = "crmp7"
limiter = "mc"
prolongation_limiter = "mc"
fix_positivity = "off"
time_advance = "ssprk3(2)4"
riemann_solver = "roe"
reconstruction = "crmp5"
# mesh parameters
#
xblocks = 1
yblocks = 1
zblocks = 1
xmin = -5.0d-01
xmax = 5.0d-01
ymin = -5.0d-01
@ -38,8 +31,7 @@ zmax = 5.0d-01
# refinement control
#
ncells = 16
minlev = 1
ncells = 32
maxlev = 10
refinement_variables = "dens pres curr"
@ -55,11 +47,9 @@ zubndry = "periodic"
# runtime control parameters
#
tmax = 1.0d+00
cfl = 3.0d-01
cfl = 5.0d-01
# data output control
#
snapshot_interval = 1.0d-01
compression_format = "lz4"
compression_level = 30
integrals_interval = 1
compression_format = "zstd"