Skip to content

Commit fd74826

Browse files
Apply suggestions from code review
Co-authored-by: Luca Fedeli <luca.fedeli.88@gmail.com>
1 parent 709d56c commit fd74826

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Examples/Tests/energy_conserving_thermal_plasma/inputs_2d_electrostatic

+4-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ warpx.use_filter = 0
1515
############ CONSTANTS #############
1616
#################################
1717

18-
my_constants.n0 = 1.e30 # plasma densirty, m^-3
18+
my_constants.n0 = 1.e30 # plasma density, m^-3
1919
my_constants.Ti = 100. # ion temperature, eV
2020
my_constants.Te = 100. # electron temperature, eV
2121
my_constants.wpe = q_e*sqrt(n0/(m_e*epsilon0)) # electron plasma frequency, radians/s
@@ -29,16 +29,14 @@ warpx.const_dt = dt
2929
geometry.dims = 2
3030
geometry.prob_lo = 0.0 0.0
3131
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
3632

3733
#################################
38-
####### Boundary condition ######
34+
###### BOUNDARY CONDITIONS ######
3935
#################################
4036
boundary.field_lo = periodic periodic
4137
boundary.field_hi = periodic periodic
38+
boundary.particle_lo = periodic periodic
39+
boundary.particle_hi = periodic periodic
4240

4341
#################################
4442
############ NUMERICS ###########

0 commit comments

Comments
 (0)