Is it possible to overlap control drum mesh with reactor core lattice? #25539
Unanswered
robertjdemuth
asked this question in
Q&A Meshing
Replies: 2 comments 6 replies
-
If the background region (the region outside the central circles) of the partial assembly meshes are the same material (block) as the peripheral region. You can use If not, meshing it might still be possible but the process would be complex/non-trivial. We can discuss if needed. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to MOOSE and using the reactor module to mesh a control drum and hexagonal lattice reactor core. The reactor I am trying to model has already been developed and optimized by a previous student in SCALE. However, I am running into an issue creating the mesh with the reactor module because in the SCALE model, the control drum and hexagonal lattice overlap as seen below:
I can't find anything in the docs where you can delete sections of the hexagonal lattice and replace it with another mesh. I have created the model using the PatternedHexMeshGenerator to create the lattice and PeripheralRingMeshGenerator to create the control drum and combined them using XYDelaunayGenerator.
Is this even possible using the reactor module, or would I need to import a geometry meshed using a different software?
Beta Was this translation helpful? Give feedback.
All reactions