aboutsummaryrefslogtreecommitdiff
path: root/Examples/Tests/collision/inputs_3d_isotropization
blob: 0c2ebc446cebb5b492891fd3953ef7f13389a46f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#################################
####### GENERAL PARAMETERS ######
#################################
stop_time = 1.4e-15
amr.n_cell = 8 8 8
amr.max_grid_size = 8
amr.blocking_factor = 8
amr.max_level = 0
geometry.dims = 3
geometry.prob_lo = 0.    0.    0.
geometry.prob_hi = 4.0e-6  4.0e-6  4.0e-6

#################################
###### Boundary Condition #######
#################################
boundary.field_lo = periodic periodic periodic
boundary.field_hi = periodic periodic periodic

#################################
############ NUMERICS ###########
#################################
warpx.serialize_initial_conditions = 1
warpx.verbose = 1
warpx.const_dt = 1.4e-17

# Order of particle shape factors
algo.particle_shape = 1
algo.maxwell_solver = none

#################################
############ PLASMA #############
#################################
particles.species_names = electron

electron.charge = -q_e
electron.mass = m_e
electron.injection_style = "NRandomPerCell"
electron.num_particles_per_cell = 1000
electron.profile = constant
electron.density = 1.116e28
electron.momentum_distribution_type = "gaussian"
electron.ux_th = 0.0033163331635535603
electron.uy_th = 0.00315918518549115
electron.uz_th = 0.00315918518549115
electron.do_not_deposit = 1

#################################
############ COLLISION ##########
#################################
collisions.collision_names = collision1
collision1.species = electron electron
collision1.CoulombLog = 2.0
collision1.ndt = 1

# Diagnostics
diagnostics.diags_names = diag1
diag1.intervals = 100
diag1.diag_type = Full