Calling a script before the solver is called with the name of the
FE input deck: $pre_solver = "my_script";
$pre_solver_add_call = " ${__FE_FILE__}";
The resulting call from SIMULIA Tosca Structure running the example "holeĀplate.par" for Abaqus:
> my_script holeplate.inp
The above will result in following error:
(ERROR ) TOSCA Structure could not find <my_script MODEL.inp> in the system.
(ERROR ) Checked were: absolute path, relative path, working dir and PATH.
(ERROR ) Please verify the file name.