Skip to content

Commit f6ab963

Browse files
committed
Update input script
1 parent fd74826 commit f6ab963

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Examples/Tests/energy_conserving_thermal_plasma/inputs_2d_electrostatic

+3-8
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,22 @@ warpx.use_filter = 0
1414
#################################
1515
############ CONSTANTS #############
1616
#################################
17-
1817
my_constants.n0 = 1.e30 # plasma density, m^-3
1918
my_constants.Ti = 100. # ion temperature, eV
2019
my_constants.Te = 100. # electron temperature, eV
2120
my_constants.wpe = q_e*sqrt(n0/(m_e*epsilon0)) # electron plasma frequency, radians/s
2221
my_constants.de0 = clight/wpe # skin depth, m
2322
my_constants.dt = ( 0.2 )/wpe # time step size, s
2423
warpx.const_dt = dt
24+
2525
#################################
2626
####### GENERAL PARAMETERS ######
2727
#################################
28-
2928
geometry.dims = 2
3029
geometry.prob_lo = 0.0 0.0
3130
geometry.prob_hi = 10.*de0 10.*de0
31+
warpx.serialize_initial_conditions = 1
32+
warpx.verbose = 1
3233

3334
#################################
3435
###### BOUNDARY CONDITIONS ######
@@ -38,12 +39,6 @@ boundary.field_hi = periodic periodic
3839
boundary.particle_lo = periodic periodic
3940
boundary.particle_hi = periodic periodic
4041

41-
#################################
42-
############ NUMERICS ###########
43-
#################################
44-
warpx.serialize_initial_conditions = 1
45-
warpx.verbose = 1
46-
4742
#################################
4843
############ PLASMA #############
4944
#################################

0 commit comments

Comments
 (0)