Skip to content
Snippets Groups Projects
  1. Jul 23, 2009
    • Mark Olesen's avatar
      added shared site configuration for bin/lib files · 229c07e5
      Mark Olesen authored
      - useful location for sharing in-house solvers, libraries, etc
        for use at the entire site
      
      - similar naming convention as ~OpenFOAM expansion:
      
        FOAM_SITE_APPBIN=
        $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/bin/$WM_OPTIONS
      
        FOAM_SITE_LIBBIN=
        $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/lib/$WM_OPTIONS
      229c07e5
  2. Jul 22, 2009
  3. Jul 21, 2009
  4. Jul 15, 2009
  5. Jul 09, 2009
  6. Jul 07, 2009
  7. Jun 23, 2009
  8. Jun 22, 2009
  9. Jun 12, 2009
  10. Jun 03, 2009
  11. Jun 01, 2009
  12. May 18, 2009
  13. May 13, 2009
    • Mark Olesen's avatar
      renamed buildParaView3.5-cvs -> buildParaView and reworked · 2aec8f28
      Mark Olesen authored
      - get version from $ParaView_VERSION or from -version option
      - added QT gui support (useful when compiling enGrid)
      - update files for finding cmake-2.6.4 as well
      - added bin/engridFoam for calling a version of enGrid that uses the
        paraview libraries compiled with/for OpenFOAM
      - added foam3rdParty change directory alias
      2aec8f28
  14. May 11, 2009
  15. 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
  16. Apr 30, 2009
  17. Apr 16, 2009
  18. Apr 02, 2009
  19. Apr 01, 2009
  20. Mar 28, 2009
  21. Mar 16, 2009
  22. Mar 09, 2009
    • Mark Olesen's avatar
      updated DebugSwitches, surfaceWriter · 6ecdf4fc
      Mark Olesen authored
      - added obj surfaceWriter
      - don't bother with prepended field names on obj and stl surfaceWriter.
        It fills the disk and suggests differences where there are none.
      6ecdf4fc
  23. Feb 05, 2009
  24. Feb 02, 2009
  25. Jan 23, 2009
  26. Jan 20, 2009
  27. Jan 16, 2009
  28. Jan 12, 2009
  29. Jan 09, 2009
  30. Jan 08, 2009
  31. Jan 06, 2009
  32. Dec 31, 2008
  33. Dec 16, 2008