Modifications to cases to fix minor issues. Work in having a 1D Cathode

model working
This commit is contained in:
Jorge Gonzalez 2021-03-06 19:19:46 +01:00
commit 1f077eeb91
4 changed files with 59 additions and 159 deletions

View file

@ -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": {