Projecting 2D mechanical fields onto 1D lower-dimensional elements #31502
Unanswered
Jensoulou
asked this question in
Q&A Modules: Porous Flow
Replies: 1 comment 7 replies
-
If all the 1D elements are grouped into a sideset, objects such as integrated boundary conditions can be executed there with the interior parent (the 2D element) material properties being accessible. Alternatively, you can look at the mortar constraint code, which also relies on these lowerD elements |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working with lower-dimensional elements (1D embedded in a 2D domain). I want to apply a tensile deformation perpendicular to the direction of the fracture modeled by the lower-dimensional elements (see Figure). The fracture should be mechanically invisible, i.e. the two sides of the fracture remain bonded and do not open or slip.
My goal is to use the 2D mechanical information (displacements, strains, stresses, etc.) within the lower-dimensional (1D) elements.
Question: How can I project or otherwise access the bulk mechanical fields from the 2D elements onto the 1D lower-dimensional elements in MOOSE?
Many thanks,
Jens
Beta Was this translation helpful? Give feedback.
All reactions