Skip to content
Snippets Groups Projects
  1. Oct 28, 2015
  2. Oct 26, 2015
    • mattijs's avatar
      Merge branch 'feature-snappyHexMesh' of... · ba422275
      mattijs authored
      Merge branch 'feature-snappyHexMesh' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into feature-snappyHexMesh
      ba422275
    • mattijs's avatar
      BUG: snappyHexMesh: minThickness > 1 caused truncation of layers · fc82a35c
      mattijs authored
      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.
      fc82a35c
  3. Oct 15, 2015
  4. Oct 14, 2015
  5. Oct 13, 2015