Small modifications to the 1D Cathode case.

This commit is contained in:
Jorge Gonzalez 2021-03-28 15:17:10 +02:00
commit 6431120734
6 changed files with 127 additions and 269 deletions

View file

@ -6,12 +6,12 @@
"cpuTime": false,
"numColl": false,
"EMField": true,
"folder": "Cartesian"
"folder": "Cartesian_Emision"
},
"reference": {
"density": 1.0e16,
"mass": 9.109e-31,
"temperature": 2500.0
"temperature": 11604.0
},
"geometry": {
"type": "1DCart",
@ -19,33 +19,43 @@
"meshFile": "mesh.msh"
},
"species": [
{"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.0e1},
{"name": "Argon+", "type": "charged", "mass": 6.633e-26, "charge": 1.0, "weight": 1.0e1}
],
"boundary": [
{"name": "Cathode", "physicalSurface": 1, "bTypes": [
{"type": "absorption"},
{"type": "absorption"}
]},
{"name": "Infinite", "physicalSurface": 2, "bTypes": [
{"type": "transparent"},
{"type": "transparent"}
]}
],
"boundaryEM": [
{"name": "Cathode", "type": "dirichlet", "potential": -10.0, "physicalSurface": 1},
{"name": "Infinite", "type": "dirichlet", "potential": 0.0, "physicalSurface": 2}
{"name": "Cathode", "type": "dirichlet", "potential": 0.0, "physicalSurface": 1}
],
"inject": [
{"name": "Cathode Electron", "species": "Electron", "flow": 1.0e-3, "units": "A", "v": 27500.0, "T": [2500.0, 2500.0, 2500.0],
{"name": "Plasma Inf Ar+", "species": "Argon+", "flow": 1.00e-6, "units": "A", "v": 300.0, "T": [ 500.0, 500.0, 500.0],
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [-1, 0, 0], "physicalSurface": 2},
{"name": "Plasma Inf e", "species": "Electron", "flow": 2.64e-4, "units": "A", "v": 0.0, "T": [11604.0, 11604.0, 11604.0],
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [-1, 0, 0], "physicalSurface": 2},
{"name": "Plasma Cat e", "species": "Electron", "flow": 2.64e-5, "units": "A", "v": 180000.0, "T": [ 2300.0, 2300.0, 2300.0],
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [ 1, 0, 0], "physicalSurface": 1}
],
"case": {
"tau": [1.0e-11],
"time": 1.0e-7,
"pusher": ["1DCartCharged"],
"EMSolver": "Electrostatic"
"tau": [1.0e-11, 1.0e-11],
"time": 4.0e-6,
"pusher": ["1DCartCharged", "1DCartCharged"],
"EMSolver": "Electrostatic",
"initial": [
{"speciesName": "Argon+", "initialState": "Argon+_Background.dat"},
{"speciesName": "Electron", "initialState": "Electron_Background.dat"}
]
},
"parallel": {
"OpenMP":{
"nThreads": 1
"nThreads": 24
}
}
}