Skip to content
Snippets Groups Projects
  1. Jun 03, 2011
  2. Jun 01, 2011
  3. May 17, 2011
  4. Apr 15, 2011
  5. Apr 14, 2011
  6. Apr 13, 2011
  7. Mar 18, 2011
  8. Mar 17, 2011
  9. Mar 12, 2011
  10. Mar 11, 2011
  11. Mar 07, 2011
  12. Mar 03, 2011
  13. Feb 21, 2011
  14. Feb 02, 2011
  15. Dec 20, 2010
  16. Dec 07, 2010
  17. Oct 27, 2010
  18. Oct 25, 2010
  19. Sep 08, 2010
  20. Sep 06, 2010
  21. Aug 06, 2010
  22. Jun 22, 2010
    • sergio's avatar
      ENH: Adding: · ddcf2ee9
      sergio authored
      	1) basicSource for explicit sources(ActuationDisk and
      	   explicit source so far)
      	2) cylindricalInlet BC
      	3) swirlMassFlowRate BC
      	4) dynamicLagrangian LES incompressible turbulence model
      	5) atmospheric boundary layer inlet BC for velocity and
      	   epsilon
      ddcf2ee9
  23. May 25, 2010
  24. May 19, 2010
  25. May 18, 2010
  26. May 17, 2010
  27. Apr 22, 2010
    • Mark Olesen's avatar
      BUG: syntax problems found by gcc-4.5.0 · 4d2a297a
      Mark Olesen authored
      - "cpp -traditional-cpp" doesn't strip C++-style comments
        Probably need a workaround with sed -e 's@^ *//@@' if we
        wish to support C++-style comments in Make/{files,options}
      
      - lduMatrixTests.C:121:1:
        error: ‘Foam::lduMatrix::solverPerformance::solverPerformance’ names
        the constructor, not the type
      
      - edgeFaceCirculatorI.H:355:1:
        error: ‘Foam::edgeFaceCirculator::edgeFaceCirculator’ names the
        constructor, not the type
      
      - patchPointEdgeCirculatorI.H:236:1:
        error: ‘Foam::patchPointEdgeCirculator::patchPointEdgeCirculator’
        names the constructor, not the type
      
      - objToVTK.C:116:5:
        error: ‘Foam::argList::argList’ names the constructor, not the type
      
        same in surfaceClean.C, surfaceRefineRedGreen.C, surfaceSplitByPatch.C
      
      - fireFoam/createFields.H:74:41:
        error: type/value mismatch at argument 1 in template parameter list
        for ‘template<class T> class Foam::autoPtr’
      4d2a297a
  28. Apr 13, 2010
    • Mark Olesen's avatar
      STYLE: consistent naming of files containing the 'New' method · 937e0d23
      Mark Olesen authored
      before:
          - 'new' prefixed to camel-cased class name: eg, someClass -> newSomeClass
          - 'New' prefixed to templated class name:   eg, TmplClass -> NewTmplClass
          - 'New' suffixed to class name:             eg, someClass -> someClassNew
      
      after:
          - consistent 'New' suffixed to class name, no change of case
                eg, someClass -> someClassNew
                eg, TmplClass -> TmplClassNew
      937e0d23
  29. Apr 07, 2010
  30. Mar 23, 2010
  31. Mar 15, 2010
  32. Mar 03, 2010
  33. Feb 17, 2010
  34. Feb 03, 2010
    • Andrew Heather's avatar
      ENH: Overhaul of time activated explicit sources · 2bb9a4dd
      Andrew Heather authored
      - deprecated:
        - timeActivatedExplicitSource (old base type)
        - timeActivatedExplicitCellSource
        - timeActivatedExplicitMulticomponentPointSource
      
      - introduced timeActivatedExplicitSource
        - templated on primitive type - scalar, vector, tensor...
        - takes as input, either a cell set or list of points
      2bb9a4dd
  35. Nov 17, 2009
  36. Nov 11, 2009
  37. Oct 26, 2009
    • henry's avatar
      Added support for the caching of gradients. · 00cd6ac8
      henry authored
      This is controlled by providing a list of the fields to be cached in the "cache"
      sub-dictionary of fvSolution.
      
      Debug information about the caching is printed when the solution::debug switch
      is on.
      
      There are still a couple of issues to do with the naming of gradients used in
      corrected snGrads and limited interpolation schemes that need to be resolved
      but these are no different to previously and hence not urgent.
      00cd6ac8