Skip to content
Snippets Groups Projects
  1. Jul 03, 2012
  2. Dec 20, 2011
  3. Aug 14, 2011
  4. Jan 19, 2011
  5. Jan 07, 2011
  6. Jan 05, 2011
  7. Dec 30, 2010
  8. Dec 22, 2010
  9. Dec 17, 2010
  10. Jul 28, 2010
  11. Mar 29, 2010
  12. Sep 09, 2009
  13. Aug 03, 2009
  14. Aug 01, 2009
  15. Jul 31, 2009
  16. Jul 24, 2009
  17. Jul 23, 2009
  18. Jul 22, 2009
  19. Jul 21, 2009
  20. May 08, 2009
    • Mark Olesen's avatar
      minor cleanup of turbulence models · 19d951ce
      Mark Olesen authored
      - added constructor dictionary(const dictionary*) that also handles NULL
        pointers and makes it convenient to construct from a possibly nonexistent
        sub-dictionary:
        eg,
            dictionary dict2(dict1.subDictPtr("someDict"));
      
      - make some of the turbulence Coeffs sub-dictionary optional.
        Their contents are all 'lookupOrAddDefault' anyhow.
      
      - in turbulentMixingLength BCs, skip namespace qualifier in template
        (eg, <RASModel> vs. <compressible::RASModel>)
      
      - change comments from 'turbulenceProperties' to RASProperties/LESProperties
      
      - consistency between compressible/incompressible - no separate file for
        'New' selector etc
      
      - consistency in accessing the model coefficients.
        Use method coeffDict() for const access.
        Use protected data member coeffDict_ for read/write access.
      
      - document model coefficients in etc/constant/RASProperties.
        Need the same for LESProperties before we can prune these from the
        tutorials.
      19d951ce
  21. Jan 21, 2009
  22. Dec 31, 2008
  23. Nov 20, 2008
  24. Jun 25, 2008
  25. Apr 15, 2008