-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathGravRadParticle3D.in
More file actions
59 lines (47 loc) · 2.68 KB
/
Copy pathGravRadParticle3D.in
File metadata and controls
59 lines (47 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# *****************************************************************
# Problem size and geometry
# *****************************************************************
geometry.prob_lo = -2.0 -2.0 -2.0
geometry.prob_hi = 2.0 2.0 2.0
quokka.bc = reflecting reflecting reflecting
# *****************************************************************
# VERBOSITY
# *****************************************************************
amr.v = 0 # verbosity in Amr
# *****************************************************************
# Resolution and refinement
# *****************************************************************
amr.n_cell = 64 64 64
amr.max_level = 0 # number of levels = max_level + 1
amr.blocking_factor = 64 # grid size must be divisible by this
amr.max_grid_size = 64 # at least 128 for GPUs
amr.n_error_buf = 3 # minimum 3 cell buffer around tagged cells
amr.grid_eff = 1.0
do_reflux = 0
do_subcycle = 0
suppress_output = 0
stop_time = 0.4
plotfile_interval = -1
checkpointtime_interval = -1
particles.use_luminosity_table = false
quokka.diagnostics = plt slice_z proj
quokka.plt.type = PlotFile # pltfile for the whole box
quokka.plt.file = plt # Output file prefix (default "plt", must end in "plt")
quokka.plt.int = 2 # Output cadence (in number of coarse steps)
quokka.plt.particles = CICRad_particles CIC_particles # select particle types to output; default is all particles
quokka.slice_z.type = DiagFramePlane # Diagnostic type
quokka.slice_z.file = slicez_plt # Output file prefix (must end in "plt")
quokka.slice_z.normal = 2 # Plane normal (0 == x, 1 == y, 2 == z)
quokka.slice_z.center = 0.001 # Coordinate in the normal direction (cannot lie *exactly* on domain boundary)
quokka.slice_z.int = 2 # Output cadence (in number of coarse steps)
quokka.slice_z.interpolation = Linear # (Optional, default is Linear) Interpolation type: Linear or Quadratic
quokka.slice_z.field_names = gasDensity gasInternalEnergy x-GasMomentum y-GasMomentum z-GasMomentum # List of variables included in output
quokka.proj.type = ProjectionPlot # Projection plot diagnostic
quokka.proj.file = proj_plt # Output file prefix (must end in "plt")
quokka.proj.int = 2 # Output cadence (in number of coarse steps)
quokka.proj.dirs = x # Projection directions (x, y, z)
quokka.proj.particles = CIC_particles # List of particle types to include in output (default to none)
max_timesteps = 2
tiny_profiler.enabled = 0
density_floor = 1.0e-7
density_floor_expr = "1.0e-7 * (3.0 - sqrt(x*x + y*y + z*z) / 2.0)"