Skip to content
Snippets Groups Projects
  1. May 12, 2009
  2. May 11, 2009
  3. 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
    • Andrew Heather's avatar
      7deb4aa2
    • Andrew Heather's avatar
      comment · c0fcf87c
      Andrew Heather authored
      c0fcf87c
    • Mark Olesen's avatar
      bugfix fixedBlended scheme, cosmetics changes · 1c101ec1
      Mark Olesen authored
      - actually blend correction factors as well in fixedBlended scheme
      
      - consistency change: move 'linearUpwindV' into same directory as
        'linearUpwind', move correction code from .H into .C code.
      
      - minor docu format/spelling changes
      
      A more general question:
      ~~~~~~~~~~~~~~~~~~~~~~~~
      - would it make more sense to use template specializations for the
        '*V' differencing schemes?
      1c101ec1
  4. May 07, 2009
  5. May 06, 2009
  6. May 05, 2009
  7. May 04, 2009
  8. May 01, 2009
  9. Apr 30, 2009
  10. Apr 29, 2009
  11. Apr 28, 2009
    • mattijs's avatar
      remove opteron and no-gcse switch · b773710d
      mattijs authored
      	modified:   SiCortex64Gcc/cOpt
      	modified:   SunOS64Gcc/cOpt
      	modified:   linux64Gcc/c++Opt
      	modified:   linux64Gcc/cOpt
      	modified:   linux64Gcc/general
      	modified:   linux64Gcc42/c++Opt
      	modified:   linux64Gcc42/cOpt
      	modified:   linuxGcc/c++
      	modified:   linuxGcc/cDebug
      	modified:   linuxGcc/general
      	modified:   linuxIA64Gcc/cOpt
      b773710d
    • mattijs's avatar
      pruned unused code · 23ef5f08
      mattijs authored
      23ef5f08
    • mattijs's avatar
      update boudaryfield only · 4204b412
      mattijs authored
      4204b412