Heat conduction with GEOM #16349
-
|
Hi everyone, I have made a few tests regarding heat conduction in GEOM obstacles, and I want to share with you what i have found while doing these tests. All of them are made with the help of BlenderFDS. Each test looks the same:
The only things I change between simulations are :
The goal of these tests was to see when would the top side of the roof (and the fluid above it) would heat. I found out that the top side of the roof only heats if the "real" thickness (and the parameter THICKNESS) is lower than sqrt(3) x 10 centimeters (approx. 17.32 cm). Does someone knows why this happens? I have also tried to reduce the size of the gas phrase grid cells. If I set it to be 5 cm, the top of the roof only heats if the thickness is lower than sqrt(3) x 5 centimeters (approx. 8.66 cm), so it seems to me that it is linked with the size of the gas phrase grid cell. Would it be something with FDS setting BACKING='VOID' like it is explained in paragraph 8.3.3 of the User Guide? If someone knows how it works I would be interested to understand how this works, and i would be happy to share others similar tests that I have been doing on this matter (which do not deserve a special discussion). Thank you and have a great day. One of the .fds I used : Edit : I have also tried with a tilted roof and the limit of sqrt(3) x cell size do not change. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Hi @ESett5555, Would it be something with FDS setting BACKING='VOID' like it is explained in paragraph 8.3.3 of the User Guide? Correct, in this case the diagonal cell size is used. If the distance is larger than the cell diagonal size then BACKING is set to 'VOID'. |
Beta Was this translation helpful? Give feedback.
-
|
Let me look at this, we should be able to make the BC VOID when the distance between surface and back surface is sqrt(3)*DX larger than the THICKNESS provided in SURF, instead of the hard threshold sqrt(3)*DX. That should give more flexibility. |
Beta Was this translation helpful? Give feedback.
-
|
It will be the normal going back (green). A ray is cast in the normal direction to the face you are looking a back face for, into the geometry triangulation. |
Beta Was this translation helpful? Give feedback.


Hi @ESett5555,
Would it be something with FDS setting BACKING='VOID' like it is explained in paragraph 8.3.3 of the User Guide?
Correct, in this case the diagonal cell size is used. If the distance is larger than the cell diagonal size then BACKING is set to 'VOID'.