Postprocessing

Postprocessing shows fringe plots of the typical results shown for the associated optimization task (in shape optimization; controller input for the objective function, as well as optimization displacement) and a table of the requested design responses (values of objective, evtl. Constraint) for each morphing step.

Note:

In general SIMULIA Tosca Structure does not keep all input decks and all solver output files for each design variant. If these should be saved for all design cycles, please change the settings in your configuration file (e.g. tosca_ctrl.cfg) or using the CONFIG parameter in your parameter file:

CONFIG
 set_copy_solver_info_list("ever", "SAVE.${inp_ext}", "${__FE_FILE__}");
 add_move_per_iter_list("ever", "SAVE.${res_ext}", "${__FE_MODEL__}.fil");
 add_move_per_iter_list("ever", "SAVE.${res_ext}", "${__FE_MODEL__}.odb");
 add_move_per_iter_list("ever", "SAVE.msg", "${__FE_MOD­EL__}.msg");
 add_move_per_iter_list("ever", "SAVE.dat", "${__FE_MOD­EL__}.dat");
 add_move_per_iter_list("ever", "SAVE.sta", "${__FE_MOD­EL__}.sta"); 
END_