Clarification on `generate_core_metadata' #24558
Answered
by
miaoyinb
tannhorn
asked this question in
Q&A Meshing
-
When using the reactor module, does it make sense to set However, note that if using |
Beta Was this translation helpful? Give feedback.
Answered by
miaoyinb
Jun 1, 2023
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
is used to generate a mesh that contains assembly-style metadata, which can be used byPatternedHexMeshGenerator
as input unit assembly mesh for a core mesh (generate_core_metadata = true
).HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
also provides the "adaptive boundary" feature, but you do not have to use it.Mesh generated by
PolygonConcentricCircleMeshGenerator
only contains pin-style metadata, so it cannot be used as an input unit assembly mesh.