add_files_to_work_dir(lab1, ..., labn); |
add_files_to_work_dir ("file1.ext","file2.txt"); |
Obsolete: Use FEMINPUT COPY_FILE instead. lab1 - labn: Sets the list of files that additionally should be copied into the working directory. Wild card (’*’) is NOT allowed. The files must exist by SIMULIA Tosca Structure 2017 start. |
set_dos2unix_list(lab1, ..., labn); |
set_dos2unix_list("*.par"); |
lab1 - labn: Sets the list of files on which dos2unix should be performed. Wild card (’*’) is allowed. |
add_dos2unix_list(lab1, ..., labn); |
add_dos2unix_list("*.par"); |
lab1 - labn: Adds to the list of files on which dos2unix should be performed. |
$allow_absolute_include_paths= <int>; |
$allow_absolute_include_paths =1; |
If this variable is set to 1 absolute file paths will be tolerated in SIMULIA Tosca Structure 2017. This setting is NOT recommended! |
$print_tosca_includes = <option>; |
$print_tosca_includes = "no"; |
Controls the printing of SIMULIA Tosca Structure 2017 include files in the file "${parfile}.tosca_includes". <option> = "no" (Default: Not printing file) <option> = "yes" (Print file) <option> = "only" (Print file only, do not start optimization) The latter option is handy for queuing systems. May also be used on command line: tosca <jobname> -print_tosca_includes only |
$TOSCA_KEEP_
BACKSLASH =
<string>;
|
$TOSCA_KEEP_
BACKSLASH ="TOS
CA_KEEP_
BACKSLASH";
|
If this variable is set backs
lashes will NOT be replaced in
configuration. This setting
is NOT recommended!
|
${script} = "USE_DE
FAULT_
SCRIPT";
|
${pre_fem_modif_
matrix} = "USE_DE
FAULT_
SCRIPT";
|
To use a default script. SIMULIA Tosca Structure.control searches
following directories (in this sequence):
$tosca/$fe_solver $tosca/$life_solver $tosca for the first script where a part
of the name matches
${script}.
In perl-syntax:
$filename =~ /${script}/i;
The found script with name
$filename will be called.
|
${execute_as_
perl_ext} =
"<script extension>";
|
${execute_as_
perl_ext} ="pl";
|
Script that should be executed
as a perl script within SIMULIA Tosca Structure.control.
This is essential for using
${fe_solver_script}
and ${life_solver_
script}. If this is not
wanted set the value to
"do_not_execute_as_perl".
|
$killscripts{<execut
able name} =
"<action>"
|
$killscripts{abaqus} =
"${fe_solver_exe}
job=__FE_MODEL__
terminate";
|
Certain solvers may have special ways of terminating on
interrupt signals. SIMULIA Tosca Structure
searches the $killscripts
keys (<executable name>)
and calls the given <action> if
one is defined. The default
action is to pass the interrupt
signal on the child process
(FE solver, LIFE solver, optimization module etc.)
|
$copy_tosca_out_on_
success = "yes"/"no";
|
$copy_tosca_out_on_
success = "yes";
|
"yes" causes the log file
TOSCA.OUT to be copied to TOSCA.POST directory after optimization to imitate old
handling of log file.
"no" implies that TOSCA.OUT
is only in $workdir and will not
be copied to TOSCA.POST
after optimization.
|