Separating CPU time output from Data outut to allow better analysis.
This commit is contained in:
parent
d69b59143d
commit
7152a232fe
6 changed files with 29 additions and 10 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"output": {
|
||||
"path": "./runs/1D_Cathode/",
|
||||
"trigger": 100,
|
||||
"triggerOutput": 100,
|
||||
"cpuTime": false,
|
||||
"numColl": false,
|
||||
"EMField": true
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
],
|
||||
"boundaryEM": [
|
||||
{"name": "Cathode", "type": "dirichlet", "potential": 0.0, "physicalSurface": 1},
|
||||
{"name": "Infinite", "type": "dirichlet", "potential": 600.0, "physicalSurface": 2}
|
||||
{"name": "Infinite", "type": "dirichlet", "potential": 100.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], "n": [ 1, 0, 0], "physicalSurface": 1}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue