Go to file
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
applications COMP: adjust headers for more detailed build info in the future (issue #1010) 2018-11-29 21:01:01 +01:00
bin ENH: add isTrue function to RunFunctions 2018-11-30 19:29:49 +01:00
doc ENH: relocate WM_PROJECT_SITE default (issue #1050) 2018-11-29 18:04:44 +01:00
etc STYLE: add some shell quoting in settings files 2018-11-29 23:30:11 +01:00
modules SUBMODULE: catalyst with so versioning 2018-11-29 12:48:50 +01:00
src STYLE: documentation typo 2018-12-02 13:39:12 +01:00
tutorials ENH: add isTrue function to RunFunctions 2018-11-30 19:29:49 +01:00
wmake ENH: append date to build info 2018-11-29 23:03:57 +01:00
.gitignore ENH: gitignore: Added temporary vi/vim files to the ignore list 2017-10-05 09:39:48 +01:00
.gitmodules GIT: include submodules in develop-pre-release branch 2018-06-11 11:53:29 +02:00
Allwmake COMP: provide Allmake script for wmake tools 2018-11-22 09:35:17 +01:00
BuildIssues.txt COMP: resolve size ambiguity (Darwin) 2018-05-29 12:36:12 +02:00
COPYING Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
README.md ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
README.txt Mapping injected faces through interpolation 2018-11-15 14:58:56 +00:00

About OpenFOAM

OpenFOAM is a free, open source CFD software released and developed primarily by OpenCFD Ltd since 2004. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to acoustics, solid mechanics and electromagnetics. More...

OpenFOAM is professionally released every six months to include customer sponsored developments and contributions from the community - individual and group contributors, fork re-integrations including from FOAM-extend and OpenFOAM Foundation Ltd - in this Official Release sanctioned by the OpenFOAM Worldwide Trademark Owner aiming towards one OpenFOAM.

Copyright

OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the file COPYING in this directory or http://www.gnu.org/licenses/, for a description of the GNU General Public License terms under which you can copy the files.

OpenFOAM Trademark

OpenCFD Ltd grants use of its OpenFOAM trademark by Third Parties on a licence basis. ESI Group and OpenFOAM Foundation Ltd are currently permitted to use the Name and agreed Domain Name. For information on trademark use, please refer to the trademark policy guidelines.

Please contact OpenCFD if you have any questions on the use of the OpenFOAM trademark.

Violations of the Trademark are continuously monitored, and will be duly prosecuted.

Useful Links

Copyright 2016-2018 OpenCFD Ltd