New version of the user manual.

Small modification 1D_Cathode cases.
This commit is contained in:
Jorge Gonzalez 2020-12-15 15:27:06 +01:00
commit dc98fe9399
3 changed files with 5 additions and 3 deletions

Binary file not shown.

View file

@ -25,11 +25,12 @@
{"name": "Infinite", "type": "absorption", "physicalSurface": 2}
],
"boundaryEM": [
{"name": "Cathode", "type": "dirichlet", "potential": -10.0, "physicalSurface": 1}
{"name": "Cathode", "type": "dirichlet", "potential": -10.0, "physicalSurface": 1},
{"name": "Infinit", "type": "dirichlet", "potential": 0.0, "physicalSurface": 2}
],
"inject": [
{"name": "Cathode Electron", "species": "Electron", "flow": 9.0e-5, "units": "A", "v": 27500.0, "T": [2500.0, 2500.0, 2500.0],
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [ 1, 0, 0], "physicalSurface": 1}
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [ 1, 0, 0], "physicalSurface": 1}
],
"case": {
"tau": [1.0e-11],

View file

@ -25,7 +25,8 @@
{"name": "Infinite", "type": "absorption", "physicalSurface": 2}
],
"boundaryEM": [
{"name": "Cathode", "type": "dirichlet", "potential": -10.0, "physicalSurface": 1}
{"name": "Cathode", "type": "dirichlet", "potential": -10.0, "physicalSurface": 1},
{"name": "Infinite", "type": "dirichlet", "potential": 0.0, "physicalSurface": 2}
],
"inject": [
{"name": "Cathode Electron", "species": "Electron", "flow": 9.0e-5, "units": "A", "v": 27500.0, "T": [2500.0, 2500.0, 2500.0],