Solid to solid conjugate heat transfer#2152
Conversation
pcarruscag
left a comment
There was a problem hiding this comment.
I get the idea but from the numerical standpoint this is an even worse idea than the way we do fluid-fluid interfaces.
Additive decomposition of elliptic equations is not effective at all.
Are you looking to model contact between multiple solid materials?
|
Okay, then allow me to save you guys some time, implement something similar to what we use for the FEA solver. |
Thanks for the suggestion! We'll have a look. |
|
Good job @EvertBunschoten. If you want we can schedule a call together and plan the development a bit. |
|
Was able to run a case with fluid and two solids with contact resistance between the solid domains. By setting a non-zero contact resistance between the solid domains there appears a temperature discontinuity between the solids, but by setting the contact resistance value to zero on the fluid-to-solid interfaces, the temperature trends are continuous. |
Hi Pedro. What do you mean by additive decomposition? And what do you mean by "effective" in this context? In terms of stability, the model converges rapidly, even when initializing one zone at a temperature far above that of the neighboring zone. |
|
https://en.wikipedia.org/wiki/Additive_Schwarz_method |
|
You had I comment but I don't see it here. |
|
@EvertBunschoten even if the performance isn't great this is a pretty small change so I think we can merge it. |
I just added a test case and tutorial under the TestCases and Tutorials repo under the same branch name. I'm also writing a short tutorial on the SU2 website repo. |
…gle value is provided
…_solid-solid_cht




Proposed Changes
Allow for conjugate heat transfer between solid domains and the modeling of contact resistance.
Related Work
PR Checklist
Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.
pre-commit run --allto format old commits.