blueCFD / Core

Coordination repository for the blueCFD-Core: Issue tracking, Wiki, project webpage and miscellaneous scripts
http://bluecfd.github.io/Core
51 stars 10 forks source link

Bugs found in OpenFOAM 8 during development of blueCFD-Core 2020-1 #172

Closed wyldckat closed 2 months ago

wyldckat commented 3 years ago

The following bugs were found in OpenFOAM 8, but haven't been reported yet (namely those tagged TODO):

  1. SKIPPED tutorials/simpleFoam/pitzDaily does not write to disk at the last iteration when it converges, namely the kEpsilon:G file.

  2. SKIPPED incompressible/simpleFoam/roomResidenceTime/validation seems to have a bug in its Allrun script, since it's referring to the 0 time post-processing folder.

  3. SKIPPED Alltest should invoke Allrun with -test, not have Allrun have -test on its own...

  4. SKIPPED Tutorial case lagrangian/MPPICFoam/column got stuck in an infinite loop for some reason in Alltest mode.

  5. SKIPPED Need to add an example for the -libs option:

    postProcess -libs '("libOpenFOAM.so" "libfoo.so" )'
  6. Type in description of executeAtStart:

    class functionObject
     {
         //- Switch write log to Info
         Switch log;
    
         //- Switch write log to Info
         Switch executeAtStart_;