Skip to content

Commit d7853b6

Browse files
committed
DustDampingCorrection: (ite, large dt, with correction) vs. (ite, large dt, without correction)
1 parent d603abd commit d7853b6

3 files changed

Lines changed: 501 additions & 0 deletions

File tree

inputs/DustDampingCorrection.in

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# *****************************************************************
2+
# Problem size and geometry
3+
# *****************************************************************
4+
geometry.prob_lo = 0.0 0.0 0.0
5+
geometry.prob_hi = 1.0 1.0 1.0
6+
quokka.bc = periodic periodic periodic
7+
8+
# *****************************************************************
9+
# VERBOSITY
10+
# *****************************************************************
11+
amr.v = 0 # verbosity in Amr
12+
13+
# *****************************************************************
14+
# Resolution and refinement
15+
# *****************************************************************
16+
amr.n_cell = 128 8 8
17+
amr.max_level = 0 # number of levels = max_level + 1
18+
19+
do_reflux = 0
20+
do_subcycle = 0
21+
suppress_output = 0
22+
23+
max_timesteps = 10000000
24+
25+
dust.omega = 1.0
26+
27+
# test A
28+
#stop_time = 10.0
29+
30+
# test B
31+
stop_time = 0.05
32+
33+
# test C
34+
#stop_time = 0.3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
quokka_add_problem(JOB_NAME DustDampingCorrection)

0 commit comments

Comments
 (0)