Reply To: Liquid-Solid Conjugate Heat Transfer
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Liquid-Solid Conjugate Heat Transfer › Reply To: Liquid-Solid Conjugate Heat Transfer
I received your mail and was able to compile and run the cuboid case.
Contrary to what you want to achieve (as I understand it) the advectionDiffusionObstacleDynamics
are not actually applied to the entire obstacle cuboid on the AD lattice. The reason for this is that a material indicator for number 6 is used but this is only set on the outer boundary of the obstacle due to the default geometry cleaning. You can see this in the geometry VTK output.
I removed the clean calls and the obstacle now takes part in the AD dynamics. Alternatively one could use the original analytical obstacle indicator instead of a material indicator.
- This reply was modified 3 years ago by Adrian.