Topology optimization available? #2018
-
Is topology optimization functionality available in pymapdl? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @pkrull-ansys No, optimization and topological optimization was undocumented in MAPDL at version 14. The functionality accessed via Workbench Mechanical replaced it; and it is a separate executable. So 'behind the scenes' mapdl and topological optimization work together to solve the model, but they are separate exe's. Can you describe what you want to do and whether or not PyMechanical or PyoptiSlang can, or cannot, be used? The TO program is meant to be launched by Mechanical but a while back I did look into whether I could manually launch a TO job on a cluster. Can maybe, and let me emphasize maybe!, take some of those lessons and implement something in PyMAPDL. Mike |
Beta Was this translation helpful? Give feedback.
Hi @pkrull-ansys No, optimization and topological optimization was undocumented in MAPDL at version 14. The functionality accessed via Workbench Mechanical replaced it; and it is a separate executable. So 'behind the scenes' mapdl and topological optimization work together to solve the model, but they are separate exe's.
Can you describe what you want to do and whether or not PyMechanical or PyoptiSlang can, or cannot, be used? The TO program is meant to be launched by Mechanical but a while back I did look into whether I could manually launch a TO job on a cluster. Can maybe, and let me emphasize maybe!, take some of those lessons and implement something in PyMAPDL.
Mike