Renaming of code. New name is FPAKC.
This commit is contained in:
parent
c82279f5c5
commit
7b707e7806
7 changed files with 1591 additions and 12 deletions
51
runs/ALPHIE_Grid/input.json
Normal file
51
runs/ALPHIE_Grid/input.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"output": {
|
||||
"path": "./runs/ALPHIE_Grid/",
|
||||
"trigger": 500,
|
||||
"cpuTime": false,
|
||||
"numColl": false,
|
||||
"EMField": true
|
||||
},
|
||||
"geometry": {
|
||||
"type": "2DCyl",
|
||||
"meshType": "gmsh",
|
||||
"meshFile": "mesh.msh"
|
||||
},
|
||||
"species": [
|
||||
{"name": "Argon+", "type": "charged", "mass": 6.633e-26, "charge": 1.0, "weight": 1.0e1},
|
||||
{"name": "Electron", "type": "charged", "mass": 9.109e-31, "charge":-1.0, "weight": 1.0e1}
|
||||
],
|
||||
"boundary": [
|
||||
{"name": "Ionization Chanber", "type": "absorption", "physicalSurface": 1},
|
||||
{"name": "Vacuum Chamber", "type": "absorption", "physicalSurface": 2},
|
||||
{"name": "Exterior", "type": "reflection", "physicalSurface": 3},
|
||||
{"name": "Grid Extraction", "type": "absorption", "physicalSurface": 4},
|
||||
{"name": "Grid Acceleration", "type": "absorption", "physicalSurface": 5},
|
||||
{"name": "Axis", "type": "axis", "physicalSurface": 6}
|
||||
],
|
||||
"boundaryEM": [
|
||||
{"name": "Ionization Chamber", "type": "dirichlet", "potential": 0.0, "physicalSurface": 1},
|
||||
{"name": "Extraction Grid", "type": "dirichlet", "potential": -150.0, "physicalSurface": 4},
|
||||
{"name": "Acceleration Grid", "type": "dirichlet", "potential": -600.0, "physicalSurface": 5}
|
||||
],
|
||||
"inject": [
|
||||
{"name": "Ionization Argon+", "species": "Argon+", "flow": 27.0e-6, "units": "A", "v": 322.0, "T": [ 500.0, 500.0, 500.0], "n": [ 1, 0, 0], "physicalSurface": 1},
|
||||
{"name": "Ionization Electron", "species": "Electron", "flow": 27.0e-6, "units": "A", "v": 87000.0, "T": [ 500.0, 500.0, 500.0], "n": [ 1, 0, 0], "physicalSurface": 1},
|
||||
{"name": "Cathode Electron", "species": "Electron", "flow": 9.0e-5, "units": "A", "v": 87000.0, "T": [2500.0, 2500.0, 2500.0], "n": [-1, 0, 0], "physicalSurface": 2}
|
||||
],
|
||||
"reference": {
|
||||
"density": 1.0e16,
|
||||
"mass": 9.109e-31,
|
||||
"temperature": 2500.0
|
||||
},
|
||||
"case": {
|
||||
"tau": 1.0e-11,
|
||||
"time": 2.0e-6,
|
||||
"solver": "2DCylCharged"
|
||||
},
|
||||
"parallel": {
|
||||
"OpenMP":{
|
||||
"nThreads": 8
|
||||
}
|
||||
}
|
||||
}
|
||||
1518
runs/ALPHIE_Grid/mesh.msh
Normal file
1518
runs/ALPHIE_Grid/mesh.msh
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue