Implementation of charge exchange and structure for ionization
processes.
This commit is contained in:
parent
baf25c1157
commit
35936ea918
9 changed files with 1604 additions and 29 deletions
1010
runs/Argon_Expansion/mesh.msh
Normal file
1010
runs/Argon_Expansion/mesh.msh
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -49,7 +49,10 @@
|
|||
"interactions": {
|
||||
"folderCollisions": "./data/collisions/",
|
||||
"collisions": [
|
||||
{"species_i": "Argon", "species_j": "Argon", "crossSections": ["Ar-Ar_Elastic.dat"]}
|
||||
{"species_i": "Argon", "species_j": "Argon",
|
||||
"cTypes": [
|
||||
{"type": "elastic", "crossSection": "EL_Ar-Ar.dat"}
|
||||
]}
|
||||
]
|
||||
},
|
||||
"parallel": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue