-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @Chris0864 Currently there is no examples on topology optimization. Sorry about it. On PyMAPDL, we are always welcoming any example. So if you ever develop on, we will happily include it in our documentation if you wish. If you have one example in MAPDL, we could find the time to translate it to PyMAPDL. |
Beta Was this translation helpful? Give feedback.
-
Hi @Chris0864 & @germa89 The Topology Optimization capability in Workbench is it's own program; so it works hand-in-hand with WB Mechanical (using MAPDL as a solver) to perform the topological optimization. I looked into the inner workings a while ago to see if I could manually submit a TO job. If I remember correctly there is either a TO input file that controls MAPDL or the other way around depending on the state of the analysis systems in Workbench. Let me look into that again and see if I can make anything from that. An alternative would be to use some Python module to supply the TO logic. I'm on a small team (non developers) that have been trying to come up with some examples and we do have a optimization model...but it's not quite working yet. And are still in the troubleshooting stage. Is there a specific type of TO you are looking for? Here is the help link to the WB TO section to give you an idea of what it offers. Mike |
Beta Was this translation helpful? Give feedback.
Hi @Chris0864
Currently there is no examples on topology optimization. Sorry about it.
On PyMAPDL, we are always welcoming any example. So if you ever develop on, we will happily include it in our documentation if you wish. If you have one example in MAPDL, we could find the time to translate it to PyMAPDL.