SIMULIA Tosca Structure 2017 Interface Information

This section lists the parameter for the more detailed information about SIMULIA Tosca Structure 2017.

Configuration Parameter

Example

Remarks

${fem_modif}

${fem_modif} = "${tosca}/bin/fem_modif";

Path to fem_modif script.

${fem_modif_add_call}

${fem_modif_add_call} = " --loglevel warning --logfile TOSCA.OUT\@info";

Additional command line options.

${fem2onf}

${fem2onf} = "${tosca}/bin/fem2onf";

Path to fem2onf script.

${fem2onf_add_call}

${fem2onf_add_call} = " --loglevel warning --logfile TOSCA.OUT\@info";

Additional command line options.

${res2vtm}

${res2vtm} = "${tosca}/bin/res2vtm";

Path to res2vtm script.

${res2vtm_add_call}

${res2vtm_add_call} = " --loglevel warning -logfile TOSCA.OUT\@info";

Additional command line options.

${life2vtm}

${life2vtm} = "${tosca}/bin/life2vtm";

Path to life2vtm script.

${life2vtm_add_call}

${life2vtm_add_call} = " --loglevel warning -logfile TOSCA.OUT\@info";

Additional command line options.

Remarks

  1. To make fem2onf skip the PARAM,POST,-1 check in Nastran interface you can add the CONFIG-block:
    $fem2onf_add_call = "--ignore_ppr 1";
    
    
    The above setting is NOT recommended.
  2. Changing the default result reading for Abaqus from FIL-file to SIM-file is done adding the following command in the parameter file or generally, adding the command in the tosca_ctrl.cfg:
    CONFIG
     ...
      $fem_modif_add_call = "--format_matrices sim";
    
      $res2vtm_add_call = "--format_matrices sim";
      ...
    END_
    
    
    Using the SIM-file is recommended for Abaqus 6.13 or higher and for sizing and sensitivity-based shape and bead optimization.