File tree Expand file tree Collapse file tree
src/problems/DustDampingCorrection Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ quokka_add_problem (JOB_NAME DustDampingCorrection )
You can’t perform that action at this time.
0 commit comments