@@ -15,7 +15,7 @@ warpx.use_filter = 0
15
15
############ CONSTANTS #############
16
16
#################################
17
17
18
- my_constants.n0 = 1.e30 # plasma densirty , m^-3
18
+ my_constants.n0 = 1.e30 # plasma density , m^-3
19
19
my_constants.Ti = 100. # ion temperature, eV
20
20
my_constants.Te = 100. # electron temperature, eV
21
21
my_constants.wpe = q_e*sqrt(n0/(m_e*epsilon0)) # electron plasma frequency, radians/s
@@ -29,16 +29,14 @@ warpx.const_dt = dt
29
29
geometry.dims = 2
30
30
geometry.prob_lo = 0.0 0.0
31
31
geometry.prob_hi = 10.*de0 10.*de0
32
- boundary.field_lo = periodic periodic
33
- boundary.field_hi = periodic periodic
34
- boundary.particle_lo = periodic periodic
35
- boundary.particle_hi = periodic periodic
36
32
37
33
#################################
38
- ####### Boundary condition ######
34
+ ###### BOUNDARY CONDITIONS ######
39
35
#################################
40
36
boundary.field_lo = periodic periodic
41
37
boundary.field_hi = periodic periodic
38
+ boundary.particle_lo = periodic periodic
39
+ boundary.particle_hi = periodic periodic
42
40
43
41
#################################
44
42
############ NUMERICS ###########
0 commit comments