openfoam/bin/tools
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
..
change-sitedir.sh GIT: Header file updates 2019-10-31 14:48:44 +00:00
change-userdir.sh GIT: Header file updates 2019-10-31 14:48:44 +00:00
CleanFunctions STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
doxyFilter REL: Release preparations 2019-12-23 09:49:23 +00:00
doxyFilter-ignore.awk REL: Release preparations 2019-12-23 09:49:23 +00:00
doxyFilter-table.awk functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter-top.awk REL: Release preparations 2019-12-23 09:49:23 +00:00
doxyFilter.awk GIT: Header file updates 2019-10-31 14:48:44 +00:00
doxyFilter.sed STYLE: improve formatting of doxygen filter output 2017-11-10 14:53:18 +01:00
findEmptyMake REL: Release preparations 2019-12-23 09:49:23 +00:00
foamAllHC REL: Release preparations 2019-12-23 09:49:23 +00:00
foamConfigurePaths CONFIG: misedit of csh mpi settings with foamConfigurePaths 2020-02-12 21:28:30 +01:00
foamCreateCompletionCache CONFIG: prevent bash completions from examining the description notes 2019-11-25 18:38:39 +01:00
foamCreateManpage STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
foamCreateModuleInclude GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamExec GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamGrepExeTargets GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamLog.db STYLE: adjust AMI information (issue #860) 2018-06-13 15:26:59 +02:00
foamPackRelease CONFIG: add build-info to archives 2019-11-13 10:23:30 +01:00
foamUpdateCaseFileHeader STYLE: align foamUpdateCaseFileHeader with Foam::IOobject::writeBanner() 2019-11-18 12:37:01 +01:00
git-find-trailingspace STYLE: allow '=' option separators in some bin/tools scripts 2019-06-26 11:27:53 +02:00
lib-dir GIT: Header file updates 2019-10-31 14:48:44 +00:00
LogFunctions STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
MakefileDirs REL: Release preparations 2019-12-23 09:49:23 +00:00
openfoam.in ENH: openfoam shell session - improved and relocated 2020-03-16 12:03:57 +01:00
pre-commit-hook REL: Release preparations 2019-12-23 09:49:23 +00:00
pre-receive-hook REL: Release preparations 2019-12-23 09:49:23 +00:00
README STYLE: allow '=' option separators in some bin/tools scripts 2019-06-26 11:27:53 +02:00
RunFunctions STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
scanpackages COMP: scanpackages : new utility to make Packages.gz 2010-08-25 15:31:27 +01:00
source-bashrc ENH: openfoam shell session - improved and relocated 2020-03-16 12:03:57 +01:00

Miscellaneous tools, scripts, templates that are useful
(eg, for building applications) but don't need to be in the PATH.