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
September 14, 2021 at 2:09 pm
#5996
Adrian
Keymaster
Good to hear!
I mean the indicator you use to set the material number of the obstacle:
olb:: IndicatorCuboid2D<SimType> obstacle( extend, origin);
superGeometry.rename( materialFluid, materialObstacle, obstacle);
You could pass this indicator directly to defineDynamics
. But it makes sense to maintain a 1:1 relation between material and dynamics here, so no need to change it if it works.