Inquiry on Coarsening Mesh Inside Grains During Phase-Field Simulation with EBSD Input in MOOSE #30358
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello The It will create a coarser mesh that can then be further refined. See the doco page for that MG:
mesh adaptivity cannot coarsen elements that have never been that coarse. It can only coarsen elements that were refined at some point.
see modules/combined/examples/phase_field-mechanics/EBSD_reconstruction_grain_growth_mech.i for an example using the pre-refinement (uniform_refine should be pre_refine in that input) |
Beta Was this translation helpful? Give feedback.

Hello
The
pre_refineparameter of the EBSDMeshGenerator is meant for thisIt will create a coarser mesh that can then be further refined. See the doco page for that MG:
https://mooseframework.inl.gov/source/meshgenerators/EBSDMeshGenerator.html
mesh adaptivity cannot coarsen elements that have never been that coarse. It can only coarsen elements that were refined at some point.
see modules/combined/examples/phase_field-mechanics/EBSD_reconstruction_grain_growth_mech.i for an example…