Tying adjacent meshes with non-coincident nodes #30541
-
|
Hi all, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hello We have node-elem constraints for this purpose. Guillaume |
Beta Was this translation helpful? Give feedback.
-
The cannon way to do this in moose is with a conformal mesh. You can have two subdomains that are defined on the two groups of elements. Material properties are then defined on a subdomain basis. A non conformal break in the mesh is not needed to ensure different material properties. |
Beta Was this translation helpful? Give feedback.
-
|
I would elect for a mortar constraint, EqualValueConstraint in particular, as opposed to a node-elem constraint |
Beta Was this translation helpful? Give feedback.
The cannon way to do this in moose is with a conformal mesh. You can have two subdomains that are defined on the two groups of elements. Material properties are then defined on a subdomain basis. A non conformal break in the mesh is not needed to ensure different material properties.