New version of the user manual.
Small modification 1D_Cathode cases.
This commit is contained in:
parent
d3d070a367
commit
dc98fe9399
3 changed files with 5 additions and 3 deletions
|
|
@ -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],
|
||||
|
|
|
|||
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue