Uniform Mesh for Circular Geometry in MOOSE #29791
Unanswered
sskalati
asked this question in
Q&A Meshing
Replies: 1 comment 2 replies
-
Hello There are a number of mesh generators that can do circular meshes. This one makes a uniform quad mesh |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm trying to simulate a circular geometry using the meshing tools built into MOOSE. I’ve written the following code using AnnularMeshGenerator
However, this results in very small elements near the center and progressively larger elements as the radius increases. What I actually need is a uniform mesh throughout the domain, where I can specify the element size directly for instance 0.1mm in my case (as shown in the attached figure).
Is there a way to achieve this in MOOSE? Any suggestions or alternative mesh generators that would work better?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions