I am a beginner of FEniCSx, and I am trying to use FEniCSx to solve heat PDEs. But I have a question:
Imagine that I have two stacked cuboids and they have an horizontal interface. How can I add a thermal contact resistance (or surface thermal conductance) between the two cuboids? Can this be done by modifying the weak form? For example, Can I create two function spaces and using Robin-like weak form to link the two surfaces. Thanks!!!
You can do this with something along the lines of
For instance a modified version of this for is available at Thermal contact resistance problem · GitHub
I tried the rtc_dg and it works very very well. Thank you man!!!