The SIMULIA Tosca Structure
driver can be used to generate report files. For this purpose, the post run mode was introduced.
ToscaStructure post --job|-j <jobname> [--par|-p <parfile>] [--smooth|-s] [--report|-r [vtfx] [sim]] [--loglevel|-l <loglevel>] [--ow|-o]
| Long designation |
Short designation |
Usage |
Default |
Description |
| --job |
-j |
MANDATORY |
- |
Job directory name. Full or relative path to the working directory of the job |
| --par |
-p |
OPTIONAL |
<jobname>.par |
Parameter file. Full or relative path to a parameter file containing postprocessing commands |
| --smooth |
-s |
OPTIONAL |
<unset> |
Smoothing. Smooth commands are queried from the job parameter file located in the starting directory |
| --report |
-r |
OPTIONAL |
<unset> |
Report format. Sets what type of report file to generate. It must be one of the following: vtfx; sim |
| --loglevel |
-l |
OPTIONAL |
INFO |
Verbosity Level. The log level for the TOSCA.OUT file. It must be one of the following uppercase strings: QUIET , CRITICAL , ERROR , WARNING , NOTICE , INFO , DEBUG , TRACE |
| --ow |
-o |
OPTIONAL |
<unset> |
Overwrite. If not specified, output files are versioned
(add _nnn suffix) |
| --logfile |
-logfile |
OPTIONAL |
TOSCA_POST.OUT |
Set the name of the logfile. |
Example
ToscaStructure post -j tosca.par -r vtfx
This command creates a VTFX report for the tosca.par job. The vtfx file is created in the
TOSCA_POST directory.