Skip to content
Snippets Groups Projects
  1. Jun 13, 2016
  2. Jun 10, 2016
  3. Jun 09, 2016
  4. Jun 08, 2016
  5. Jun 07, 2016
    • Mark Olesen's avatar
      BUG: ensight writers not catching special reserved characters (fixes #122) · 1452cc08
      Mark Olesen authored
      - most notably the '%' which is used as a separator in places
        caused problems.
      
      EHN: only use valid ensight file/variable names for writers
      
      - fixed:   foamToEnsightParts, ensightSurfaceWriter
      - pending: foamToEnsight
      
      BUG: no geometry written for foamToEnsightParts with moving mesh (fixes #142)
      
      - an incorrect path was causing the issue
      1452cc08
  6. Jun 08, 2016
  7. Jun 07, 2016
  8. Jun 06, 2016
  9. Jun 03, 2016
  10. Jun 02, 2016
  11. Jun 01, 2016
  12. May 31, 2016
  13. May 18, 2016
  14. May 13, 2016
  15. May 10, 2016
    • Andrew Heather's avatar
      Merge branch 'merge-foundation' into 'develop' · 5f73cb61
      Andrew Heather authored
      Merge foundation
      
      Integrating latest code from the OF Foundation - main changes:
      
      Lots of renaming/refactoring:
      - to retrieve reference from tmp, now need to use tmp.ref() as opposed to tmp()
      - fvc::flux function to replace fvc::interpolate(<field>) & mesh.Sf()
      - integration of new c++ features: no more spaces between closing template braces, e.g. class1<class2<Type> > becomes class1<class2<Type>>
      - DataEntry renamed to Function1
      
      New functionality:
      - Updated 6DoF
      - fvOptions support in turbulence models
      
      See merge request !33
      5f73cb61