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 an option to have a Delaunay mesh in the inner ring of polygon concentric meshes #29934

Open
YaqiWang opened this issue Feb 21, 2025 · 0 comments · May be fixed by #29935
Open

Add an option to have a Delaunay mesh in the inner ring of polygon concentric meshes #29934

YaqiWang opened this issue Feb 21, 2025 · 0 comments · May be fixed by #29935
Labels
T: task An enhancement to the software.

Comments

@YaqiWang
Copy link
Contributor

Motivation

If the number of sectors per side in a mesh generated by polygon concentric mesh generators, the center of the mesh can connect too many elements resulting an undesirable mesh like the following:

Image

Design

This issue can be resolved by replacing the current inner mesh with a Delaunay mesh generated with Poly2Tri:

Image

Impact

The picture I showed above is a control drum assembly. The new feature can make the mesh significantly better.

@YaqiWang YaqiWang added the T: task An enhancement to the software. label Feb 21, 2025
YaqiWang added a commit to YaqiWang/moose that referenced this issue Feb 21, 2025
YaqiWang added a commit to YaqiWang/moose that referenced this issue Feb 21, 2025
YaqiWang added a commit to YaqiWang/moose that referenced this issue Feb 21, 2025
YaqiWang added a commit to YaqiWang/moose that referenced this issue Feb 22, 2025
YaqiWang added a commit to YaqiWang/moose that referenced this issue Feb 23, 2025
YaqiWang added a commit to YaqiWang/moose that referenced this issue Feb 24, 2025
YaqiWang added a commit to YaqiWang/moose that referenced this issue Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant