70 lines
1.6 KiB
Plaintext
70 lines
1.6 KiB
Plaintext
# problem name and parameters
|
|
#
|
|
problem = "blast"
|
|
dens = 1.0000d+00
|
|
ratio = 1.0000d+02
|
|
radius = 1.0000d-01
|
|
buni = 0.0000d+00
|
|
angle = 4.5000d+01
|
|
csnd = 4.0825d-01
|
|
gamma = 1.6667d+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 = -5.00d-01
|
|
xmax = 5.00d-01
|
|
ymin = -7.50d-01
|
|
ymax = 7.50d-01
|
|
zmin = -5.00d-01
|
|
zmax = 5.00d-01
|
|
|
|
# refinement control
|
|
#
|
|
ncells = 8
|
|
nghost = 2
|
|
minlev = 1
|
|
maxlev = 6
|
|
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
|