Modifications to cases to fix minor issues. Work in having a 1D Cathode
model working
This commit is contained in:
parent
ac2965621a
commit
1f077eeb91
4 changed files with 59 additions and 159 deletions
|
|
@ -2,7 +2,6 @@
|
|||
"output": {
|
||||
"path": "./runs/ALPHIE_Grid/",
|
||||
"triggerOutput": 500,
|
||||
"triggerCPUTime": 1,
|
||||
"cpuTime": true,
|
||||
"numColl": false,
|
||||
"EMField": true,
|
||||
|
|
@ -15,7 +14,7 @@
|
|||
},
|
||||
"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}
|
||||
{"name": "Electron", "type": "charged", "mass": 9.109e-31, "charge":-1.0, "weight": 1.0e2}
|
||||
],
|
||||
"boundary": [
|
||||
{"name": "Ionization Chanber", "physicalSurface": 1, "bTypes": [
|
||||
|
|
@ -66,6 +65,7 @@
|
|||
"tau": [1.0e-11, 1.0e-11],
|
||||
"time": 1.0e-6,
|
||||
"pusher": ["2DCylCharged", "2DCylCharged"],
|
||||
"WeightingScheme": "Volume",
|
||||
"EMSolver": "Electrostatic"
|
||||
},
|
||||
"parallel": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue