forked from BLAST-WarpX/warpx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinputs_3d
158 lines (137 loc) · 4.71 KB
/
inputs_3d
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
#Automatically generated inputfile
#Run check.py without arguments to regenerate
#
max_step = 50
amr.n_cell = 64 64 64
amr.max_level = 0
amr.blocking_factor = 8
amr.max_grid_size = 8
geometry.dims = 3
geometry.prob_lo = -0.5e-6 -0.5e-6 -0.5e-6
geometry.prob_hi = 0.5e-6 0.5e-6 0.5e-6
algo.charge_deposition = standard
algo.field_gathering = energy-conserving
warpx.cfl = 1.0
# Boundary condition
boundary.field_lo = periodic periodic periodic
boundary.field_hi = periodic periodic periodic
# Order of particle shape factors
algo.particle_shape = 1
particles.species_names = p_xp_1 p_xn_1 p_yp_1 p_yn_1 p_zp_1 p_zn_1 p_dp_1 p_dn_1 p_xp_10 p_xn_10 p_yp_10 p_yn_10 p_zp_10 p_zn_10 p_dp_10 p_dn_10
particles.photon_species = p_xp_1 p_xn_1 p_yp_1 p_yn_1 p_zp_1 p_zn_1 p_dp_1 p_dn_1 p_xp_10 p_xn_10 p_yp_10 p_yn_10 p_zp_10 p_zn_10 p_dp_10 p_dn_10
p_xp_1.charge = -q_e
p_xp_1.mass = m_e
p_xp_1.injection_style = "SingleParticle"
p_xp_1.single_particle_pos = 0.0 0.0 0.0
p_xp_1.single_particle_u = 1.0 0.0 0.0
p_xp_1.single_particle_weight = 1.0
p_xn_1.charge = -q_e
p_xn_1.mass = m_e
p_xn_1.injection_style = "SingleParticle"
p_xn_1.single_particle_pos = 0.0 0.0 0.0
p_xn_1.single_particle_u = -1.0 0.0 0.0
p_xn_1.single_particle_weight = 1.0
p_yp_1.charge = -q_e
p_yp_1.mass = m_e
p_yp_1.injection_style = "SingleParticle"
p_yp_1.single_particle_pos = 0.0 0.0 0.0
p_yp_1.single_particle_u = 0.0 1.0 0.0
p_yp_1.single_particle_weight = 1.0
p_yn_1.charge = -q_e
p_yn_1.mass = m_e
p_yn_1.injection_style = "SingleParticle"
p_yn_1.single_particle_pos = 0.0 0.0 0.0
p_yn_1.single_particle_u = 0.0 -1.0 0.0
p_yn_1.single_particle_weight = 1.0
p_zp_1.charge = -q_e
p_zp_1.mass = m_e
p_zp_1.injection_style = "SingleParticle"
p_zp_1.single_particle_pos = 0.0 0.0 0.0
p_zp_1.single_particle_u = 0.0 0.0 1.0
p_zp_1.single_particle_weight = 1.0
p_zn_1.charge = -q_e
p_zn_1.mass = m_e
p_zn_1.injection_style = "SingleParticle"
p_zn_1.single_particle_pos = 0.0 0.0 0.0
p_zn_1.single_particle_u = 0.0 0.0 -1.0
p_zn_1.single_particle_weight = 1.0
p_dp_1.charge = -q_e
p_dp_1.mass = m_e
p_dp_1.injection_style = "SingleParticle"
p_dp_1.single_particle_pos = 0.0 0.0 0.0
p_dp_1.single_particle_u = 1.0 1.0 1.0
p_dp_1.single_particle_weight = 1.0
p_dn_1.charge = -q_e
p_dn_1.mass = m_e
p_dn_1.injection_style = "SingleParticle"
p_dn_1.single_particle_pos = 0.0 0.0 0.0
p_dn_1.single_particle_u = -1.0 -1.0 -1.0
p_dn_1.single_particle_weight = 1.0
p_xp_10.charge = -q_e
p_xp_10.mass = m_e
p_xp_10.injection_style = "SingleParticle"
p_xp_10.single_particle_pos = 0.0 0.0 0.0
p_xp_10.single_particle_u = 10.0 0.0 0.0
p_xp_10.single_particle_weight = 1.0
p_xn_10.charge = -q_e
p_xn_10.mass = m_e
p_xn_10.injection_style = "SingleParticle"
p_xn_10.single_particle_pos = 0.0 0.0 0.0
p_xn_10.single_particle_u = -10.0 0.0 0.0
p_xn_10.single_particle_weight = 1.0
p_yp_10.charge = -q_e
p_yp_10.mass = m_e
p_yp_10.injection_style = "SingleParticle"
p_yp_10.single_particle_pos = 0.0 0.0 0.0
p_yp_10.single_particle_u = 0.0 10.0 0.0
p_yp_10.single_particle_weight = 1.0
p_yn_10.charge = -q_e
p_yn_10.mass = m_e
p_yn_10.injection_style = "SingleParticle"
p_yn_10.single_particle_pos = 0.0 0.0 0.0
p_yn_10.single_particle_u = 0.0 -10.0 0.0
p_yn_10.single_particle_weight = 1.0
p_zp_10.charge = -q_e
p_zp_10.mass = m_e
p_zp_10.injection_style = "SingleParticle"
p_zp_10.single_particle_pos = 0.0 0.0 0.0
p_zp_10.single_particle_u = 0.0 0.0 10.0
p_zp_10.single_particle_weight = 1.0
p_zn_10.charge = -q_e
p_zn_10.mass = m_e
p_zn_10.injection_style = "SingleParticle"
p_zn_10.single_particle_pos = 0.0 0.0 0.0
p_zn_10.single_particle_u = 0.0 0.0 -10.0
p_zn_10.single_particle_weight = 1.0
p_dp_10.charge = -q_e
p_dp_10.mass = m_e
p_dp_10.injection_style = "SingleParticle"
p_dp_10.single_particle_pos = 0.0 0.0 0.0
p_dp_10.single_particle_u = 10.0 10.0 10.0
p_dp_10.single_particle_weight = 1.0
p_dn_10.charge = -q_e
p_dn_10.mass = m_e
p_dn_10.injection_style = "SingleParticle"
p_dn_10.single_particle_pos = 0.0 0.0 0.0
p_dn_10.single_particle_u = -10.0 -10.0 -10.0
p_dn_10.single_particle_weight = 1.0
# Diagnostics
diagnostics.diags_names = diag1
diag1.intervals = 50
diag1.diag_type = Full
diag1.p_xp_1.variables = x y z ux uy uz
diag1.p_xn_1.variables = x y z ux uy uz
diag1.p_yp_1.variables = x y z ux uy uz
diag1.p_yn_1.variables = x y z ux uy uz
diag1.p_zp_1.variables = x y z ux uy uz
diag1.p_zn_1.variables = x y z ux uy uz
diag1.p_dp_1.variables = x y z ux uy uz
diag1.p_dn_1.variables = x y z ux uy uz
diag1.p_xp_10.variables = x y z ux uy uz
diag1.p_xn_10.variables = x y z ux uy uz
diag1.p_yp_10.variables = x y z ux uy uz
diag1.p_yn_10.variables = x y z ux uy uz
diag1.p_zp_10.variables = x y z ux uy uz
diag1.p_zn_10.variables = x y z ux uy uz
diag1.p_dp_10.variables = x y z ux uy uz
diag1.p_dn_10.variables = x y z ux uy uz