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:
parent
4fb1940085
commit
2a6628d529
9 changed files with 33 additions and 11 deletions
|
|
@ -3,7 +3,8 @@
|
|||
"path": "./runs/Argon_Expansion/",
|
||||
"triggerOutput": 10,
|
||||
"cpuTime": false,
|
||||
"numColl": true
|
||||
"numColl": true,
|
||||
"folder": "CX_case"
|
||||
},
|
||||
"geometry": {
|
||||
"type": "2DCyl",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
"path": "./runs/Argon_Expansion/",
|
||||
"triggerOutput": 10,
|
||||
"cpuTime": false,
|
||||
"numColl": false
|
||||
"numColl": false,
|
||||
"folder": "base_case"
|
||||
},
|
||||
"geometry": {
|
||||
"type": "2DCyl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue