Go to file
Mark Olesen 345a2a42f1 ENH: simplify method names for reading argList options and arguments
- use succincter method names that more closely resemble dictionary
  and HashTable method names. This improves method name consistency
  between classes and also requires less typing effort:

    args.found(optName)        vs.  args.optionFound(optName)
    args.readIfPresent(..)     vs.  args.optionReadIfPresent(..)
    ...
    args.opt<scalar>(optName)  vs.  args.optionRead<scalar>(optName)
    args.read<scalar>(index)   vs.  args.argRead<scalar>(index)

- the older method names forms have been retained for code compatibility,
  but are now deprecated
2018-01-08 15:35:18 +01:00
applications ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
bin ENH: improve robustness of foamSearch (fixes #700) 2018-01-09 17:28:11 +01:00
doc STYLE: note deprecated status for NamedEnum 2018-01-09 16:06:40 +01:00
etc Merge remote-tracking branch 'origin/master' into develop 2018-01-08 15:05:31 +01:00
modules SUBMODULE: cfmesh update for 64-bit labels 2018-01-08 14:50:52 +01:00
src ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
tutorials ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
wmake CONFIG: add clang third-party lib to LD_LIBRARY_PATH 2017-12-19 16:07:15 +01:00
.gitignore ENH: improve MPI configuration possibilities 2017-03-29 13:48:54 +02:00
.gitmodules CONFIG: update submodules for 64-bit build 2017-12-21 16:34:24 +01:00
Allwmake CONFIG: update for gcc-4.9.4, and cfmesh module 2017-12-18 10:51:53 +01:00
BuildIssues.txt STYLE: update BuildIssues with CGAL mpfr-none problem (issue #674) 2017-12-21 10:38:57 +01:00
COPYING Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
README.md STYLE: Updated README 2017-12-30 20:04:26 +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-2017 OpenCFD Ltd