Continue existing calculation
Hello,
I did a topology optimization in optistruct and let it run over night. Unfortunately it stopped after 9 Iterations and the result is not yet satisfying.
Is it possible to continue the Iteration process at Iteration 9 or do I have to completely restart the compution?
Thank you in advance.
Cheers
Hi,
Please read this:
Restart of Optimization
It is possible to restart an OptiStruct optimization by using the command line option
-<span>restart</span>
(Run Options), by adding the I/O Options Entry RESTART to the input file, or from the OptiStruct panel in HyperMesh.To restart an optimization, you will need information about the final iteration of the previous optimization run. This information is stored in the .sh file.
The DESMAX entry on the DOPTPRM Bulk Data Entry , in the .fem file, specifies the maximum number of additional iterations. To perform an analysis on the optimized structure, restart with DESMAX set to 0. If DESMAX is not defined, the default value of DESMAX is assumed (30 iterations is the default value for DESMAX unless topology manufacturing constraints are used, in which case the default is 80 iterations).
The purpose of the restart functionality is for restarting with unconverged optimization runs or optimization runs that were terminated before completion (due to a power outage, etc.).
Output files from a restart run are appended with the extension _rst#, where # is a 3 digit number indicating the starting iteration for the restart run. For example, filename_rst030.out is the .out file created when restarting filename.fem from iteration 30.
Iterations for the restart are numbered starting with the iteration number in the .sh file (the last iteration from the previous run).
You may manually append new .dens, .disp, and .strs files to old ones and post-process the combined files.