Skip to content
Snippets Groups Projects
  1. Apr 27, 2017
  2. Apr 24, 2017
  3. Mar 27, 2017
  4. Mar 24, 2017
  5. Mar 23, 2017
    • mark's avatar
      ENH: several improvements to foamEtcFile · 17084917
      mark authored
      - lazier evaluation of project name and version based on the directory
        name. Avoids heuristics based on directory names unless really needed.
      
      - cope with alternative directory locations.
        For example, OpenFOAM+VERSION etc.
      
      The combination of the two above appears to be sufficient to open up
      the directory naming possibilities.
      
      - additional -list-test option (tests for existence of directory).
      17084917
    • mark's avatar
      STYLE: suppress unalias warnings/errors · 74fbef36
      mark authored
      - cleanup variables last in etc/bashrc for a clean exit code
      74fbef36
  6. Mar 22, 2017
  7. Mar 21, 2017
  8. Mar 17, 2017
  9. Mar 15, 2017
  10. Mar 14, 2017
    • Andrew Heather's avatar
      ENH: noiseModels - re-worked output directories to avoid clashes. Fixes · bf221746
      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]
      bf221746
  11. Mar 13, 2017