Reply To: Liquid-Solid Conjugate Heat Transfer
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › 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.
