Skip to content
Snippets Groups Projects
  1. Oct 06, 2015
  2. Oct 05, 2015
    • Andrew Heather's avatar
      ENH: Refactored functionObjectFile class · 9a9f32ea
      Andrew Heather authored
      Class now provides helper functions to generate files on-the-fly by
      function objects, as opposed to attempting to control all files needed
      by the function object (earlier implementation lead to over-complication
      and was error prone)
      9a9f32ea
    • Andrew Heather's avatar
      ENH: Added new functionObjectState class · acaa18be
      Andrew Heather authored
      This new class provides function objects with a database (dictionary)
      to store current state information to enable smooth restart behaviour.
      Additionally, current results can be stored so that they can be accessed
      between different objects.
      acaa18be
  3. Nov 10, 2015
  4. Nov 09, 2015
  5. Nov 03, 2015
  6. Nov 02, 2015
  7. Oct 30, 2015
  8. Oct 28, 2015
  9. Oct 26, 2015
    • mattijs's avatar
      Merge branch 'feature-snappyHexMesh' of... · df010ec6
      mattijs authored
      Merge branch 'feature-snappyHexMesh' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into feature-snappyHexMesh
      df010ec6
    • mattijs's avatar
      BUG: snappyHexMesh: minThickness > 1 caused truncation of layers · 2de68a9a
      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.
      2de68a9a