General

General

How can we customize a topology optimization analysis using APDL commands?

    • FAQFAQ
      Participant

      There is no known way of doing this with APDL commands. A long time back (probably v12.1 or so) the topology optimization commands were part of APDL but were very limited. TOPDEF would define some of the setup, TOPEXE would run a single step of topology optimization, and TOPITER would run a series of topo iterations. All of the constraints were controlled with a bunch of OP commands (OPADD, OPVAR, OPTYPE, OPFRST, etc). You can find some information in the old documentation. At some point, all of these commands became undocumented and were removed from the APDL GUI interface. The new Workbench Topo Opt doesn’t use any of those commands. Looking at the ds.dat file points out that all of the topology optimization stuff is being handled by an APDL system command: /SYS,”C:Program FilesANSYS Incv192ANSYSbinwinx64Opti.exe” 53795 TOPO1 It is not clear what the Opti.exe command will call but unless it specifically references the APDL commands, there isn’t really a way to customize it.