ansys / pyprimemesh

Pythonic Meshing Client for Ansys Prime Server
https://prime.docs.pyansys.com/
MIT License
19 stars 9 forks source link

Combination of stacker and volume_mesh #710

Open waltersma opened 7 months ago

waltersma commented 7 months ago

Discussed in https://github.com/ansys/pyprimemesh/discussions/697

Originally posted by **aglowinski-danfoss** January 11, 2024 Your program is working great for our pcbs with this [Example](https://prime.docs.pyansys.com/version/dev/examples/gallery_examples/gallery/09_multi_layer_quad_mesh_pcb.html#sphx-glr-examples-gallery-examples-gallery-09-multi-layer-quad-mesh-pcb-py)! For our simulations we want to drive the meshing further and combine this stacker method with a volume mesh as shown in this [Example](https://prime.docs.pyansys.com/version/dev/examples/gallery_examples/gallery/07_saddle_bracket.html#sphx-glr-examples-gallery-examples-gallery-07-saddle-bracket-py). The input CAD geometry contains both the pcb and the "brackets" on top of the pcb, so the idea is to mesh the pcb first (and part of the surface of the bracket) and the bracket afterwards. Is this possible? I am looking forward for your answer and thank you in advance!