Weakly coupling of two elements #10729
Unanswered
mnabideltares
asked this question in
Q&A
Replies: 2 comments 11 replies
-
You can do it using the CoSimulationApplication, which works as a black-box, and it is relatively easy to use when coupling Kratos-Kratos. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Alternatively, you can create a Python solver coupling two "sub"-solvers (see what is done in |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We would like to add a thermal element and couple it with the other processes. In our case, we couple the thermal element with water pressure and deformation.
We know it is possible to make an element which include degrees of freedom for all those variables (including temperature) and solve it in a fully coupled system. However, different combinations leads to defining of many type of elements (eg. Temperature-deformation, temperature-pressure, temperature-deformation-pressure, temperature alone, etc.) which we try to avoid. So, we are interested to use our thermal element, by means of weakly coupling with other elements. The temperature needs to communicate with the other element in iteration level.
I will be very thankful if somebody can tell us, whether it is possible, and how to make this coupling?
Beta Was this translation helpful? Give feedback.
All reactions