Combination of stacker and volume_mesh
- Dominant language
- Python
- Stars
- 35
- Forks
- 14
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 11
Description
### 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!
Contributor guide
Assessment
This issue has not been assessed yet.