blob: 175c714b2b7783a5e60e5723c7c0ecd911cd1d45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Basic simulation parameters
max_step = 500
amr.n_cell = 256 256
amr.max_grid_size = 32
amr.max_level = 0
particles.nspecies = 0
# Geometry parameters
geometry.coord_sys = 0 # 0: Cartesian
geometry.is_periodic = 0 0 0 # Is periodic?
geometry.prob_lo = -50.e-6 0. # physical domain
geometry.prob_hi = 50.e-6 30.e-6
# Number of iterations between consecutive checkpoint dumps
amr.check_int = 200
# Checkpoint file from which to restart the simulation.
# amr.restart = chk00400
|