BUG: snappyHexMesh: minThickness > 1 caused truncation of layers
The start of the layer addition loop does a synchronisation of the wanted displacement. This also does a truncation of the displacement if it is < minThickness. At the first iteration the displacement was initialised to vector::one which might trigger the truncation logic (and then disable extrusion altogether). Instead we now initialise the displacement to vector::GREAT before entering the synchronisation.
Showing
- src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C 12 additions, 4 deletions.../autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
- src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C 0 additions, 1835 deletions...esh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C
Please register or sign in to comment