forked from tpowis/ltp_pic_hack24
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.dat
More file actions
84 lines (68 loc) · 2.31 KB
/
example.dat
File metadata and controls
84 lines (68 loc) · 2.31 KB
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
#Time Stepping Control
time_step_size 1.0e-10 #Time step in (s)
number_steps 10
#PRNG
random_seed 1 #If commented out, pulls from dev/urandom
#Species
species 1 #Species reference number
charge -1.0 #Charge in units of fundamental charge
mass 1.0 #Mass in units of electron mass
species 2
charge 1.0
mass 7352.9411764706
#Creation
plasma 1 #Plasma reference number
plasma_species 1
plasma_num_part 100000 #Number of particles to create
plasma_xmin 0.0 #All lengths in (m)
plasma_xmax 1.0
plasma_ymin 0.0
plasma_ymax 1.0
plasma_temperature 10.0 #All temperatures in units of (eV)
plasma 2
plasma_species 2
plasma_num_part 100000
plasma_xmin 0.0
plasma_xmax 1.0
plasma_ymin 0.0
plasma_ymax 1.0
plasma_temperature 0.01
#Collisions
elastic 1 #Elastic collision reference number
species_in 1 #Species to undergo collision
neutral_density 9.64e20 #Neutral density in SI units
neutral_temperature 0.02585198 #Neutral temperature in eV
neutral_mass 7352.9411764706 #Neutral mass in electron mass
xsection_file XSections/Turner2013/e_he_elastic.dat
excitation 1
species_in 1
neutral_density 9.64e20
neutral_temperature 0.02585198
neutral_mass 7352.9411764706
neutral_excitation_energy 19.82
xsection_file XSections/Turner2013/e_he_excite1.dat
excitation 2
species_in 1
neutral_density 9.64e20
neutral_temperature 0.02585198
neutral_mass 7352.9411764706
neutral_excitation_energy 20.61 #Energy lost during excitation (eV)
xsection_file XSections/Turner2013/e_he_excite2.dat
ionization 1
electron_in 1
ion_out 2 #Species number to be produced by ionization
neutral_density 9.64e20
neutral_temperature 0.02585198
neutral_ionization_energy 24.587
ionization_b_value 10.0 #Specific model parameter relevant for Argon (probably fine for Helium)
xsection_file XSections/Turner2013/e_he_ionize.dat
elastic 2
species_in 2
neutral_density 9.64e20
neutral_temperature 0.02585198
xsection_file XSections/Turner2013/he+_he_elastic_iso.dat
cxchange 1
ion_in 2
neutral_density 9.64e20
neutral_temperature 0.02585198
xsection_file XSections/Turner2013/he+_he_elastic_back.dat