${tosca_smooth} |
${tosca_smooth} = "${tosca}/bin/tosca_smooth"; |
Path to tosca_smooth script. |
${tosca_smooth_add_call} |
${tosca_smooth_add_call} = " -logfile TOSCA.OUT\@info"; |
Additional command line options. |
${smooth_default_file} |
$smooth_default_file ="smooth_template"; |
To be used for default SMOOTH commands that should be executed if no SMOOTH command is present in parameter file. See Remarks. |
${tosca_report} |
"${tosca}/bin/tosca_report"; |
Path to tosca_report script. |
${tosca_report_add_call} |
${tosca_report_add_call} = " -logfile TOSCA.OUT\@info"; |
Additional command line options. |
${report_default_file} |
$report_default_file ="report_template"; |
To be used for default REPORT commands that should be executed if no REPORTcommand is present in parameter file. See Remarks. |
$post_file_replacements{text_to_find} = "replace_text"; |
$post_file_replacements{__JOB_NAME__} = "\$jobname"; |
For automated replacements in REPORT or SMOOTH macro-files. Default setting is shown here which means that every(!) __JOBNAME__ in parameter file will be replaced with the current jobname (\$jobname). More can be added but should be used with caution. |
${post_overwrite} = "<option>"; |
${post_overwrite} ="yes"; |
SIMULIA Tosca Structure will with default setting (<option>="no") always generate a new post commands (Tosca Structure.report or Tosca Structure.smooth) and output file when called more than once. For use with Tosca ANSA® environment this is not wanted, therefore ${post_overwrite} ="yes"; must be set when calling SIMULIA Tosca Structure from Tosca ANSA® environment. |