How can i couple the displacement between two mesh? #1171
HoseongJeong
started this conversation in
General
Replies: 1 comment 4 replies
-
I think we don’t have a good tool for this purpose currently. There is Basis for integrating over 3D elements, there is FacetBasis for integrating over 2D elements, but there is nothing like EdgeBasis for integrating over 1D elements. I think there are no real blockers to prevent implementing such thing but it would require modifications at least in
This is not a small feat but definitely doable I think. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear scikit-fem.
Thanks for all the comments that I made last time!
I am trying to model an embedded rabar in concrete , where the rebar is 1D element and the concrete is 3D element. (They are separately meshed.)
The displacement of rebar should be equal to the concrete surrounding the rebar.
In this case, how can I couple the displacement between the surrounding concrete and rebar?
Once again,
Very thanks all the staff and users of scikit-fem!
Beta Was this translation helpful? Give feedback.
All reactions