@@ -14,21 +14,22 @@ warpx.use_filter = 0
14
14
#################################
15
15
############ CONSTANTS #############
16
16
#################################
17
-
18
17
my_constants.n0 = 1.e30 # plasma density, m^-3
19
18
my_constants.Ti = 100. # ion temperature, eV
20
19
my_constants.Te = 100. # electron temperature, eV
21
20
my_constants.wpe = q_e*sqrt(n0/(m_e*epsilon0)) # electron plasma frequency, radians/s
22
21
my_constants.de0 = clight/wpe # skin depth, m
23
22
my_constants.dt = ( 0.2 )/wpe # time step size, s
24
23
warpx.const_dt = dt
24
+
25
25
#################################
26
26
####### GENERAL PARAMETERS ######
27
27
#################################
28
-
29
28
geometry.dims = 2
30
29
geometry.prob_lo = 0.0 0.0
31
30
geometry.prob_hi = 10.*de0 10.*de0
31
+ warpx.serialize_initial_conditions = 1
32
+ warpx.verbose = 1
32
33
33
34
#################################
34
35
###### BOUNDARY CONDITIONS ######
@@ -38,12 +39,6 @@ boundary.field_hi = periodic periodic
38
39
boundary.particle_lo = periodic periodic
39
40
boundary.particle_hi = periodic periodic
40
41
41
- #################################
42
- ############ NUMERICS ###########
43
- #################################
44
- warpx.serialize_initial_conditions = 1
45
- warpx.verbose = 1
46
-
47
42
#################################
48
43
############ PLASMA #############
49
44
#################################
0 commit comments