MOOSE 2nd-order mesh generation curvature #31289
-
|
I am creating 2nd-order meshes containing CartesianConcentricCircleAdaptiveBoundaryMeshGenerator for circular surfaces in 2-D and extruding them to 3-D. In the mesh generation console output, the circular area does not equal to the true circular area. I suppose the element faces are linear between the mid-side and edge nodes. Do I need to use external mesh generators to generate truly quadratic curved element faces, and does libmesh support these mesh types? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello
No you just need to set the right parameters in the right mesh generator
Libmesh does support it |
Beta Was this translation helpful? Give feedback.
Hello
No you just need to set the right parameters in the right mesh generator
For CartesianConcentricCircleAdaptiveBoundaryMeshGenerator , set
quad_element_type = QUAD8 or 9
preserve_volumes kept to true
Libmesh does support it