Good morning
I use Optistruct for topology optimization.
Since I need to do everything automatically, I have created a Tcl script which gives me back the *.hm and *.fem files.
I have tested the script manually and it works!
The next step is to use a batch file to run the optimization. In the batch file I use the following commands:
hmbatch -b -tcl osmacro.tcl (this line to run the Tcl macro)
optistruct_14.0_win64 macro.fem -analysis (this line to run the analysis)
It runs the analysis, I get the *.h3d file. But I am not able to understand how to run the optimization.
Could you please help me?
Thanks
Fabio