Added and option to include an output folder name. The date and time of

creation is still appended to the folder name provided.
This commit is contained in:
Jorge Gonzalez 2021-01-20 16:36:01 +01:00
commit 2a6628d529
9 changed files with 33 additions and 11 deletions

View file

@ -3,7 +3,8 @@
"path": "./runs/Argon_Expansion/",
"triggerOutput": 10,
"cpuTime": false,
"numColl": true
"numColl": true,
"folder": "CX_case"
},
"geometry": {
"type": "2DCyl",

View file

@ -3,7 +3,8 @@
"path": "./runs/Argon_Expansion/",
"triggerOutput": 10,
"cpuTime": false,
"numColl": false
"numColl": false,
"folder": "base_case"
},
"geometry": {
"type": "2DCyl",