PROBLEMS: Update the parameter file for the tearing problem.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
e76e875004
commit
40d8de12fa
@ -16,19 +16,12 @@ equation_of_state = "adi"
|
|||||||
|
|
||||||
# methods
|
# methods
|
||||||
#
|
#
|
||||||
time_advance = "ssprk(m,3)"
|
time_advance = "ssprk3(2)4"
|
||||||
stages = 4
|
riemann_solver = "roe"
|
||||||
riemann_solver = "hlld"
|
reconstruction = "crmp5"
|
||||||
reconstruction = "crmp7"
|
|
||||||
limiter = "mc"
|
|
||||||
prolongation_limiter = "mc"
|
|
||||||
fix_positivity = "off"
|
|
||||||
|
|
||||||
# mesh parameters
|
# mesh parameters
|
||||||
#
|
#
|
||||||
xblocks = 1
|
|
||||||
yblocks = 1
|
|
||||||
zblocks = 1
|
|
||||||
xmin = -5.0d-01
|
xmin = -5.0d-01
|
||||||
xmax = 5.0d-01
|
xmax = 5.0d-01
|
||||||
ymin = -5.0d-01
|
ymin = -5.0d-01
|
||||||
@ -38,8 +31,7 @@ zmax = 5.0d-01
|
|||||||
|
|
||||||
# refinement control
|
# refinement control
|
||||||
#
|
#
|
||||||
ncells = 16
|
ncells = 32
|
||||||
minlev = 1
|
|
||||||
maxlev = 10
|
maxlev = 10
|
||||||
refinement_variables = "dens pres curr"
|
refinement_variables = "dens pres curr"
|
||||||
|
|
||||||
@ -55,11 +47,9 @@ zubndry = "periodic"
|
|||||||
# runtime control parameters
|
# runtime control parameters
|
||||||
#
|
#
|
||||||
tmax = 1.0d+00
|
tmax = 1.0d+00
|
||||||
cfl = 3.0d-01
|
cfl = 5.0d-01
|
||||||
|
|
||||||
# data output control
|
# data output control
|
||||||
#
|
#
|
||||||
snapshot_interval = 1.0d-01
|
snapshot_interval = 1.0d-01
|
||||||
compression_format = "lz4"
|
compression_format = "zstd"
|
||||||
compression_level = 30
|
|
||||||
integrals_interval = 1
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user