openfoam/doc
Mark Olesen ba3a31af95 ENH: openfoam shell session - improved and relocated
- '-c' option (as per shell), '-Dkey[=value]' option to provide
  preferences via the command-line. For example,

      etc/openfoam -DWM_COMPILER=Clang -int64  ./Allwmake -j -s -l

  These can also be combined with other options. Eg,

      etc/openfoam -DWM_COMPILER=Clang \
          -c 'wmake -show-path-cxx -show-cxxflags'

- relocated from bin/tools/ => etc/ for easier access

- bin/tools/openfoam.in : for autoconfig-style installation

- Auto-detect if the shell script was executed with openfoam and
  interpret accordingly.

  Simple example,

      --------------
      #!/usr/bin/openfoam
      cd "${0%/*}" || exit   # Run -*-sh-*- from this dir

      blockMesh
      simpleFoam
      --------------

   Note it is NOT currently possible to provide any other parameters
   this way. Eg,

      `#!/usr/bin/openfoam -sp` (NOT)

   This will either fail to run, or result in infinite recursion.
2020-03-16 12:03:57 +01:00
..
Doxygen STYLE: adjust deprecations for OSspecific 2019-12-13 11:08:12 +01:00
Allwmake STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Build.md Update Build.md 2019-12-20 23:23:21 +00:00
BuildIssues.md COMP: add note about gcc-9 and deprecated-copy 2019-12-13 20:54:28 +01:00
Config.md DOC: adjust wording and version information 2019-11-19 16:15:01 +01:00
Cross-Compile-mingw.md STYLE: adjust wording in some documentation (#1406) 2019-08-21 15:44:26 +02:00
openfoam.1.in ENH: openfoam shell session - improved and relocated 2020-03-16 12:03:57 +01:00
Requirements.md Merge remote-tracking branch 'origin/master' into develop 2019-12-11 00:13:46 +01:00