Refinement (custom initial MOOSE mesh) #28272
-
Hi, Is this AMR scheme possible (attached)? Note that the dashed blue line separates two blocks. How would I make a) with MOOSE mesh? is it possible to do a uniform refinement in the top block only to get to c) and still preserve the coarsening levels? as the simulation evolves, we would like to be able to move between the four levels. thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hello It's not possible with all discretizations. There are more than two levels of refinement difference between two neighboring cells We support one level of refinement. Beyond that you will need to add an interface kernel and implement a special treatment Guillaume |
Beta Was this translation helpful? Give feedback.
You can make initial a) with the RefineSidesetGenerator though you may want to modify it a bit to get single sided refinement
Then for block restricted refinement use the RefineBlockGenerator
They can be chained in the Mesh block