Skip to content

Reply To: Liquid-Solid Conjugate Heat Transfer

#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.