Separating CPU time output from Data outut to allow better analysis.

This commit is contained in:
Jorge Gonzalez 2020-12-07 17:58:33 +01:00
commit 7152a232fe
6 changed files with 29 additions and 10 deletions

View file

@ -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}

View file

@ -1,8 +1,9 @@
{
"output": {
"path": "./runs/ALPHIE_Grid/",
"trigger": 500,
"cpuTime": false,
"triggerOutput": 500,
"triggerCPUTime": 1,
"cpuTime": true,
"numColl": false,
"EMField": true
},

View file

@ -1,7 +1,7 @@
{
"output": {
"path": "./runs/cylFlow/",
"trigger": 10,
"triggerOutput": 10,
"cpuTime": true,
"numColl": false
},