Skip to content
Discussion options

You must be logged in to vote

@sid-mungale Just to recap the conversation you had with me and @simopier earlier today, you should try the SideSetsBetweenSubdomainsGenerator object to create that interface, as the break in the mesh introduced by the BreakMeshByBlockGenerator might 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:

[Mesh]
  [generated]
    type = GeneratedMeshGenerator
    dim = 1
    nx = ${nb_segments_TMAP8}
    xmax = ${long_total}
  []
  [enclosure_1]
    type = SubdomainBoundingBoxGenerator
    input = generated…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@sid-mungale
Comment options

@GiudGiud
Comment options

Comment options

You must be logged in to vote
1 reply
@GiudGiud
Comment options

Answer selected by sid-mungale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants