Skip to content

Issue with HexagonMeshTrimmer After Using BlockDeletionGenerator #29089

Answered by GiudGiud
hityyds asked this question in Q&A Meshing
Discussion options

You must be logged in to vote

Hello

The HexagonMeshTrimmer requires a boolean metadata to be sure that the mesh is trimmable.
Using a BlockDeletionGenerator removes the metadata because we can no longer guarantee that the mesh is trimmable if you use custom operations on it.
If you wish to re-instate this metadata you can use:
https://mooseframework.inl.gov/source/meshgenerators/AddMetaDataGenerator.html

to set the hexagon_peripheral_trimmability and hexagon_center_trimmability booleans yourself. Center trimmability means you can cut some sectors off without breaking elements in the mesh, and similarly for peripheral trimmability, it means the periphery of the mesh can be removed. If the mesh is not truly trimmable, t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@GiudGiud
Comment options

@hityyds
Comment options

Answer selected by hityyds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants