Mesh Refinement vs InterfaceKernel #30139
-
|
I am trying to set up a diffusion problem using TMAP8's ADInterfaceSorption at the interface between two blocks.
Some additional possibly helpful information:
For reference, I have added an example input deck below. Commenting out the 'refine_sideset' block gives me the 'expected' behaviour. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hello
this is definitely not supported for reading from Exodus. We can only read back libmesh-refined meshes using the Checkpoint format I'll take a look. |
Beta Was this translation helpful? Give feedback.
-
|
@sid-mungale Just to recap the conversation you had with me and @simopier earlier today, you should try the Try something like this example to create the interface: |
Beta Was this translation helpful? Give feedback.
@sid-mungale Just to recap the conversation you had with me and @simopier earlier today, you should try the
SideSetsBetweenSubdomainsGeneratorobject to create that interface, as the break in the mesh introduced by theBreakMeshByBlockGeneratormight be causing inconsistencies across the interface (i.e., different node positioning as the mesh is refined adaptively on either side not allowing the interface kernel to work properly).Try something like this example to create the interface: