Skip to content
Snippets Groups Projects
  1. Jul 12, 2021
  2. Jul 08, 2021
  3. Jul 05, 2021
  4. Jun 29, 2021
  5. Jun 28, 2021
  6. Jun 24, 2021
  7. Jun 23, 2021
  8. Jun 22, 2021
  9. Jun 21, 2021
  10. Jun 19, 2021
  11. Jun 18, 2021
    • Mark OLESEN's avatar
      Merge remote-tracking branch 'origin/master' into develop.mol · 521a9e4d
      Mark OLESEN authored
      CONFIG: set API level to 2106 in ramp-up for release
      521a9e4d
    • Mark OLESEN's avatar
      CONFIG: inline _foamEval within <etc/config.sh/setup> · e2148b58
      Mark OLESEN authored
      - previously a function (unlike the csh version) but since bashrc and
        setup have been split -> replace with inline definition
      
      STYLE: formatting/wording for openfoam starters
      
      TUT: simplify controlDict modification, add default substitution
      
      ENH: accept '/' for end-of-options terminator (etc/openfoam)
      
      - makes the application or service more apparent.
        * eg.  /usr/bin/openfoam / blockMesh
        * vs.  /usr/bin/openfoam -- blockMesh
      
        Accept lone '-' as the end-of-options terminator, as per bash
      
      - Adjust handling of openfoam '-c' option to flag that a command-string
        will appear, but continue with option parsing.
        Consistent with bash definition.
      e2148b58