Skip to content
Snippets Groups Projects
  1. 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
    • 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
  2. May 07, 2009
  3. May 06, 2009
    • Mark Olesen's avatar
      minor tweak to wmake · 1cdbeb29
      Mark Olesen authored
      - place wmkdep and dirToString executables under
        utilbin/$(WM_ARCH)$(WM_COMPILER).
        This helps somewhat when copying rules about, and might help when creating
        general rules.
      1cdbeb29
    • Mark Olesen's avatar
      Merge commit 'OpenCFD/master' into olesenm · 51f443a3
      Mark Olesen authored
      Conflicts:
      	applications/utilities/mesh/manipulation/createBaffles/createBaffles.C
      
      Can't use [0] to assign the first value of a DynamicList unless it has been
      preceded by a setSize() - use append() instead.
      51f443a3
  4. May 05, 2009
  5. May 04, 2009
  6. May 01, 2009
  7. Apr 30, 2009
  8. Apr 29, 2009
  9. Apr 28, 2009
  10. Apr 27, 2009
  11. Apr 25, 2009