Skip to content
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 6 replies

Comment options

You must be logged in to vote
6 replies
@GiudGiud
Comment options

GiudGiud Feb 2, 2025
Collaborator

@BrankoK89
Comment options

@GiudGiud
Comment options

@BrankoK89
Comment options

@GiudGiud
Comment options

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
3 participants