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

cut_face_id/name Assignment Bug of CutMeshByPlaneGenerator #26902

Closed
miaoyinb opened this issue Feb 27, 2024 · 0 comments · Fixed by #26903
Closed

cut_face_id/name Assignment Bug of CutMeshByPlaneGenerator #26902

miaoyinb opened this issue Feb 27, 2024 · 0 comments · Fixed by #26903
Assignees
Labels
C: Framework C: Meshing MeshGenerator system, mesh loading P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.

Comments

@miaoyinb
Copy link
Contributor

Bug Description

If the input mesh has elements with their faces on the cutting plane, not element cutting is needed for these elements. In that case, the cut_face_id and cut_face_name are not assigned to these pre-existent faces on the cutting plane, which is not the preferred behavior.

Steps to Reproduce

[Mesh]
  [gmg]
    type = GeneratedMeshGenerator
    dim = 3
    nx = 2
    ny = 2
    nz = 2
    zmin = 0
    zmax = 0.6
    elem_type = HEX8
  []
  [cut]
    type = CutMeshByPlaneGenerator
    input = gmg
    plane_point = '0.5 0.5 0.0'
    plane_normal = '0.0 1.0 0.0'
    cut_face_id = 100
    cut_face_name = cut
  []
[]

Impact

The cut face boundary would be incompletely defined or even missing.

@miaoyinb miaoyinb added P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations. labels Feb 27, 2024
miaoyinb added a commit to miaoyinb/moose that referenced this issue Feb 27, 2024
@lindsayad lindsayad added C: Framework C: Meshing MeshGenerator system, mesh loading labels Feb 27, 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: Framework C: Meshing MeshGenerator system, mesh loading P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants