PROBLEMS: Update tearing problem parameters' file.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
03930894dd
commit
f934e8ffa5
@ -4,7 +4,6 @@ problem = "tearing"
|
||||
resistivity = 1.00d-05
|
||||
viscosity = 1.00d-05
|
||||
kper = 1.00d+00
|
||||
alpha = 1.00d+01
|
||||
beta = 1.60d+00
|
||||
vper = 0.00d+00
|
||||
bper = 1.00d-02
|
||||
@ -17,10 +16,12 @@ equation_of_state = "adi"
|
||||
|
||||
# methods
|
||||
#
|
||||
time_advance = "ssprk(4,3)"
|
||||
riemann_solver = "hll"
|
||||
time_advance = "ssprk(m,3)"
|
||||
stages = 4
|
||||
riemann_solver = "hlld"
|
||||
reconstruction = "crmp7"
|
||||
limiter = "mc"
|
||||
prolongation_limiter = "mc"
|
||||
fix_positivity = "off"
|
||||
|
||||
# mesh parameters
|
||||
@ -53,13 +54,12 @@ zubndry = "periodic"
|
||||
|
||||
# runtime control parameters
|
||||
#
|
||||
tmax = 1.0d+01
|
||||
tmax = 1.0d+00
|
||||
cfl = 3.0d-01
|
||||
|
||||
# data output control
|
||||
#
|
||||
precise_snapshots = "on"
|
||||
snapshot_type = "p"
|
||||
snapshot_interval = 1.0d-01
|
||||
restart_number = -1
|
||||
integrals_interval = 10
|
||||
compression_format = "lz4"
|
||||
compression_level = 30
|
||||
integrals_interval = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user