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 diagnostic check for water-tight nodesets #28822

Closed
DanielYankura opened this issue Oct 9, 2024 · 0 comments · Fixed by #29068
Closed

Add diagnostic check for water-tight nodesets #28822

DanielYankura opened this issue Oct 9, 2024 · 0 comments · Fixed by #29068
Labels
C: Framework T: task An enhancement to the software.

Comments

@DanielYankura
Copy link
Contributor

Motivation

Adding more features to the mesh diagnostic system will help users debug issues with their meshes.

Linked to #25278 and #28816

Design

Should be added to MeshDiagnostics Generator. There is a diagnostic feature in progress that would detect when a mesh has external sides without a sideset. This would be similar, but instead look for missing nodesets instead of sidesets.

Impact

Makes it easier to find issues with user meshes.

@DanielYankura DanielYankura added the T: task An enhancement to the software. label Oct 9, 2024
DanielYankura added a commit to DanielYankura/moose that referenced this issue Nov 13, 2024
-Loops through all elements and sides
-If side is external it checks if all its nodes are assigned to a nodeset

closes idaholab#28822
DanielYankura added a commit to DanielYankura/moose that referenced this issue Nov 14, 2024
-Loops through all elements and sides
-If side is external it checks if all its nodes are assigned to a nodeset

closes idaholab#28822
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants