I have 3 dat/cdb files. I need to write a pymechanical code in the embedded interface of python. would you please let me know the commands on how to import the 3 cdb files and merge the mesh using numerge command.
I want to use the similar format of code in the example problem.https://mechanical.docs.pyansys.com/version/stable/examples/gallery_examples/01_basic/topology_optimization_cantilever_beam.html
Hello @DIVS
Please have a look at the below post. However, we can only add one CDB file using this workflow
I would suggest reading multiple cdb files using PYMAPDL, then create a combined CDB file, which can be imported into Standalone Mechanical using PyMechanical.
Hope this helps.
Rohith