Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a General Plane Cutting Mesh Generator for 3D Meshes #26579

Closed
miaoyinb opened this issue Jan 17, 2024 · 0 comments · Fixed by #26581
Closed

Add a General Plane Cutting Mesh Generator for 3D Meshes #26579

miaoyinb opened this issue Jan 17, 2024 · 0 comments · Fixed by #26581
Labels
C: Meshing MeshGenerator system, mesh loading T: task An enhancement to the software.

Comments

@miaoyinb
Copy link
Contributor

Reason

PlaneDeletionGenerator is general but it does not modify the existing elements so that the cross-section is usually "zigzag". Although 2D mesh cutting (trimming) capabilities are available in MOOSE through #23847. It would be helpful to extend such capabilities to 3D meshes.

Design

As TET4 elements are inevitably generated during 3D cutting, a simplified approach will be used: (1) convert the 3D mesh to all-TET4 meshes by splitting non-TET4 elements. (2) then perform the cutting by a converted the remainder of the cut TET4 element into 1~3 TET4 elements.

Note the mesh generator only works for first-order elements now.

Impact

Provide users another powerful tool in the mesh system to enable more complex meshing capability using MOOSE's intrinsic mesh generation capabilities.

@miaoyinb miaoyinb added the T: task An enhancement to the software. label Jan 17, 2024
@lindsayad lindsayad added the C: Meshing MeshGenerator system, mesh loading label Jan 17, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 17, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 18, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 18, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 18, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 18, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 19, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 19, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 19, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 19, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 19, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 19, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 23, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 23, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 23, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 23, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 23, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 23, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 31, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 31, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 31, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 31, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 31, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Jan 31, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 1, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 1, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 1, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 1, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 1, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 1, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 6, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 6, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 6, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 6, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 6, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 6, 2024
schakrabortygithub pushed a commit to schakrabortygithub/moose that referenced this issue Mar 12, 2024
schakrabortygithub pushed a commit to schakrabortygithub/moose that referenced this issue Mar 12, 2024
schakrabortygithub pushed a commit to schakrabortygithub/moose that referenced this issue Mar 12, 2024
schakrabortygithub pushed a commit to schakrabortygithub/moose that referenced this issue Mar 12, 2024
schakrabortygithub pushed a commit to schakrabortygithub/moose that referenced this issue Mar 12, 2024
schakrabortygithub pushed a commit to schakrabortygithub/moose that referenced this issue Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Meshing MeshGenerator system, mesh loading T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants