Skip to content
Snippets Groups Projects
  1. Nov 11, 2015
  2. Nov 10, 2015
  3. Nov 09, 2015
  4. Nov 03, 2015
  5. Nov 02, 2015
  6. Oct 30, 2015
  7. Oct 28, 2015
  8. 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