"job" block¶
The overall analysis type is configured in the JSON block "job".
json
{
"job": {
"type": "transient",
"print": "dep"
}
}
Options¶
"type": required string. Supported values are listed below."print": optional string. Supported values are"on","dep", and"off". If omitted, the parser uses the same flags as"print": "on".
Supported job types¶
text
static
transient
Notes¶
- For
"type": "transient", a"timestepping"block is required. - For
"type": "static", the current parser rejects an input file that also contains"timestepping". - In the current source,
ReadJobBlock.cpponly reads"type"and"print".
The upstream test_input/input-template.json still shows "restart": true, but the current parser does not read or store a "restart" option in the "job" block.