Skip to content

Uniform Mesh for Circular Geometry in MOOSE #29791

Answered by GiudGiud
sskalati asked this question in Q&A Meshing
Discussion options

You must be logged in to vote

Hello

There are a number of mesh generators that can do circular meshes.
The easiest for a uniform triangular one might be this one
https://mooseframework.inl.gov/source/meshgenerators/XYDelaunayGenerator.html
that would mesh inside a circular curve

This one makes a uniform quad mesh
https://mooseframework.inl.gov/source/meshgenerators/ConcentricCircleMeshGenerator.html
that you can then convert to triangles if you want using this
https://mooseframework.inl.gov/source/meshgenerators/ElementsToSimplicesConverter.html

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sskalati
Comment options

@GiudGiud
Comment options

GiudGiud Feb 2, 2025
Collaborator

Answer selected by sskalati
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants