Skip to content
Snippets Groups Projects
  1. Oct 28, 2017
    • Mark OLESEN's avatar
      STYLE: compilation of some unit tests · aa66d3a5
      Mark OLESEN authored
      aa66d3a5
    • Mark OLESEN's avatar
      ENH: add fileName::validate static method (issue #628) · 92a22882
      Mark OLESEN authored
      - similar to word::validate to allow stripping of invalid characters
        without triggering a FatalError.
      
      - use this validated fileName in Foam::readDir to avoid problems when
        a directory contains files with invalid characters in their names
      
      - adjust rmDir to handle filenames with invalid characters
      
      - fileName::equals() static method to compare strings while ignoring
        any differences that are solely due to duplicate slashes
      92a22882
    • Mark OLESEN's avatar
      ENH: cleanup and rationalize memory-backed streams · 03532891
      Mark OLESEN authored
      - more consistent naming:
        * Versions that hold and manage their own memory:
            IListStream, OListStream
      
        * Versions that reference a fixed size external memory:
            UIListStream, UOListStream
      
      - use List storage instead of DynamicList within OListStream.
        Avoids duplicate bookkeeping, more direct handling of resizing.
      03532891
    • Mark OLESEN's avatar
      ENH: relocate protected List::size(label) to UList (issue #595) · a3fbe0ac
      Mark OLESEN authored
      - makes it accessible for containers that manage their own storage
        and derive directly from UList.
      
      - DynamicList::min_size() method to access the corresponding
        SizeMin template parameter.
      
      - ensure consistency in the reserve size for the constructor
      
            DynamicList<..> lst(N);
      
        now has identical sizing as
      
            DynamicList<..> lst();
            reserve(N);
      a3fbe0ac
    • Mark OLESEN's avatar
      Merge branch 'feature-Arrhenius-viscocity-energyFO' into 'develop' · 761d6370
      Mark OLESEN authored
      ENH: Arrhenius viscocity model for incompressible viscocity
      
      See merge request !155
      761d6370
    • sergio's avatar
      ENH: Arrhenius viscocity model and energyTransport function-object · c8df785f
      sergio authored and Mark OLESEN's avatar Mark OLESEN committed
      - Arrhenius viscocity model for incompressible viscocity.
      
      - energyTransport FO for incompressible single and multiple phase
        flows and viscousDissipation fvOption source.
      
      - Tutorial to show the use of energyTransport:
           multiphase/multiphaseInterFoam/laminar/mixerVessel2D
      
      - Tutorial to show viscousDissipation:
           compressible/rhoPimpleFoam/RAS/TJunction
      c8df785f
  2. Oct 26, 2017
  3. Oct 25, 2017
  4. Oct 24, 2017
  5. Oct 23, 2017
  6. Oct 20, 2017
  7. Oct 13, 2017
  8. Oct 12, 2017
  9. Oct 11, 2017