-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Labels
T: task
An enhancement to the software.
Comments
YaqiWang
added a commit
to YaqiWang/moose
that referenced
this issue
Feb 21, 2025
…the inner ring mesh with a Delaunay mesh idaholab#29934
YaqiWang
added a commit
to YaqiWang/moose
that referenced
this issue
Feb 21, 2025
…the inner ring mesh with a Delaunay mesh idaholab#29934
YaqiWang
added a commit
to YaqiWang/moose
that referenced
this issue
Feb 21, 2025
…the inner ring mesh with a Delaunay mesh idaholab#29934
YaqiWang
added a commit
to YaqiWang/moose
that referenced
this issue
Feb 22, 2025
…the inner ring mesh with a Delaunay mesh idaholab#29934
YaqiWang
added a commit
to YaqiWang/moose
that referenced
this issue
Feb 23, 2025
…the inner ring mesh with a Delaunay mesh idaholab#29934
YaqiWang
added a commit
to YaqiWang/moose
that referenced
this issue
Feb 24, 2025
…the inner ring mesh with a Delaunay mesh idaholab#29934
YaqiWang
added a commit
to YaqiWang/moose
that referenced
this issue
Feb 24, 2025
…the inner ring mesh with a Delaunay mesh idaholab#29934
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Design
This issue can be resolved by replacing the current inner mesh with a Delaunay mesh generated with Poly2Tri:
Impact
The picture I showed above is a control drum assembly. The new feature can make the mesh significantly better.
The text was updated successfully, but these errors were encountered: