Skip to content
Snippets Groups Projects
  1. Mar 20, 2017
    • Mark Olesen's avatar
      STYLE: relocate deprecated utilities into separate directory · a203d0a3
      Mark Olesen authored
      - makes it easier to identify at a later stage
      a203d0a3
    • Mark Olesen's avatar
      ENH: minor improvements to environment · b970ba09
      Mark Olesen authored
      - handle sourcing bashrc with a relative path (issue #383)
      - handle sourcing from bash and zsh.
        Still need manual intervention when sourcing dash, sh, or ksh.
      - replace grep in etc/cshrc with sed only
      - logical instead of physical path for WM_PROJECT_DIR (issue #431).
        Doesn't seem to be possible for csh/tcsh.
      
        * Continue using physical locations when comparing directories,
          but not for the top-level FOAM_INST_DIR, WM_PROJECT_DIR.
      
      - relocate WM_CC, WM_CXX overrides from etc/config.*/compiler
        to etc/config.*/settings to ensure that they are left untouched
        when etc/config.sh/compiler is sourced while making third-party
        packages (eg, gcc, llvm, CGAL).
      
      - provide fallback FOAM_TUTORIALS setting in RunFunctions
      
      STYLE: remove "~OpenFOAM" fallback as being too rare, non-obvious
      b970ba09
  2. Mar 15, 2017
  3. Mar 14, 2017
  4. Mar 21, 2017
  5. Mar 17, 2017
  6. Mar 15, 2017
  7. Mar 14, 2017
    • Andrew Heather's avatar
      ENH: noiseModels - re-worked output directories to avoid clashes. Fixes · a7a3126a
      Andrew Heather authored
      Both point- and surfaceNoise utilities can operate on multiple input
      files.  However, if the files had the same name, the output would be
      overwritten.  To avoid this, the output files are now written to a
      sub-directory including the path '/input<input-file-index>/', e.g.
      
        postProcessing/noise/surfaceNoise/input0/nearWall/[fft|oneThirdOctave]
      
      An optional 'outputPrefix' can be included (defaults to empty), e.g.
      when set to 'test1':
      
        postProcessing/noise/test1/surfaceNoise/input0/nearWall/[fft|oneThirdOctave]
      a7a3126a
  8. Mar 13, 2017
  9. Mar 10, 2017
  10. Mar 06, 2017
  11. Mar 03, 2017
  12. Mar 02, 2017