I’ve recently run up against an issue with high memory usage and failure to mesh for models with large numbers of surfaces.
My model is built by creating many small triangular surfaces, then creating volumes from those surfaces, resulting in volumes with 10,000-100,000 surfaces or so each, for up to around 500,000 surfaces in the model.
I then do the various steps of the dagmc workflow to assign materials and such, then try to use Trimesh with coarse mesh settings enabled. As the number of surfaces increases, however, I start to have issues with memory. I’m curious if anyone knows of tricks to improve meshing performance in this sort of scenario. Happy to answer questions and give more information as needed.
For context, here is a pic of a model that I would like to mesh
The workflow currently involves generating the inner components in cubit, and saving to a file. Then importing both in the inner and outer components. A brief read of the documentations makes me think I should save the inner components as exodus or STL files?
for example: the left part is an imported stl file. Cubit handles those with the facet geometry engine while the brick was created in cubit using the acis engine.