openfoam/bin/tools
Mark Olesen c5beee63f3 ENH: add isTrue function to RunFunctions
- check if the first argument corresponds to an OpenFOAM value for
  'true' (as per Switch).
  True == 't', 'y', 'true', 'yes', 'on'. Everything else is not true.

- when the first argument is '-dict', it initializes the value
  with a query via foamDictionary.
  Eg,
       isTrue -dict mydict -entry parallel

   ==> value=$(foamDictionary mydict -entry parallel -value)
       isTrue $value

   a missing entry is silently treated as false.

ENH: add getNumberOfPatchFaces function in RunFunctions

- simple extraction of nFaces from boundary file for given patch/region
2018-11-30 19:29:49 +01:00
..
change-sitedir.sh ENH: relocate WM_PROJECT_SITE default (issue #1050) 2018-11-29 18:04:44 +01:00
change-userdir.sh ENH: added bin/tools/ change-sitedir.sh, change-userdir.sh 2017-04-07 09:10:06 +02:00
CleanFunctions BUG: cleanCase deletes blockMeshDict (fixes #900) 2018-06-22 14:50:25 +02:00
doxyFilter MRG: Merged develop branch and resolved conflicts 2016-10-19 13:33:00 +01:00
doxyFilter-ignore.awk functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter-table.awk functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter-top.awk functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter.awk STYLE: improve formatting of doxygen filter output 2017-11-10 14:53:18 +01:00
doxyFilter.sed STYLE: improve formatting of doxygen filter output 2017-11-10 14:53:18 +01:00
foamConfigurePaths ENH: improvements to foamConfigurePaths tool (#1010) 2018-11-23 15:30:29 +01:00
foamCreateCompletionCache ENH: improve output formatting for usage information 2018-11-21 19:55:28 +01:00
foamCreateManpage ENH: improve output formatting for usage information 2018-11-21 19:55:28 +01:00
foamCreateModuleInclude BUG: fix bad environment parsing in foamCreateModuleInclude 2018-11-21 11:02:58 +01:00
foamGrepExeTargets ENH: more succinct output from command-line errors. 2017-11-24 10:27:11 +01:00
foamListBinDirs Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
foamListSourceFiles ENH: build into build/ directory instead of platforms/ (issue #312) 2017-02-10 20:30:15 +01:00
foamListThirdPartyBinDirs Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
foamLog.db STYLE: adjust AMI information (issue #860) 2018-06-13 15:26:59 +02:00
git-find-trailingspace STYLE: trailing whitespace, doxygen, error messages from fileOperation 2017-12-13 17:56:34 +01:00
gtagsrc Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
lib-dir STYLE: fix tools/lib-dir -help output 2018-08-07 11:19:10 +02:00
LogFunctions STYLE: remove shebang from LogFunctions 2018-11-22 17:31:34 +01:00
MakefileDirs wmake: Declare all makefiles to be specifically GNU make files 2016-11-13 15:18:09 +00:00
org-batch Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
pre-commit-hook STYLE: tabs and line length in files, very dubious NULL in ensight reader. 2017-06-26 13:43:05 +02:00
pre-receive-hook Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
README paraFoam - check for region-specific fvSchemes, fvSolution 2008-12-10 09:47:24 +01:00
RunFunctions ENH: add isTrue function to RunFunctions 2018-11-30 19:29:49 +01:00
scanpackages COMP: scanpackages : new utility to make Packages.gz 2010-08-25 15:31:27 +01:00

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