Contact for mixed Elements #137
Replies: 2 comments
-
Hi @JohannesMenning, I think a better approach to work on this would be to use ideas of block/nest systems, as shown in: In the future, there might be a smoother interface to this using |
Beta Was this translation helpful? Give feedback.
-
Hello @jorgensd Thank you very much, for your fast reply, I will look into the links and tutorials which you have recommended! |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I would like to solve a coupled problem, e.g. thermo-mechanical with the displacement u and the temperature as the field variables. In the simulation, two bodies are in contact with each other, and therefore the necessary contact conditions have to be defined.
I am wondering if it is possible to define a mechanical contact, as is done here, and the necessary contact conditions for the temperature field, e.g.$T_1 = T_2$ . For this I would then like to use the function "create_contact_inelastic_condition()", using a monolithic scheme.
Here is a "MME" in which I have tried to implement the idea. I have adopted the Code from the example here and just added the mixed Elements, and deleted everything besides the definition of the MPC.
I truly appreciate any advice you can share and look forward to hearing your tips!
``
Beta Was this translation helpful? Give feedback.
All reactions