openfoam/applications/utilities/preProcessing
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
..
applyBoundaryLayer ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
boxTurb COMP: update lnInclude directories when building (issue #364) 2016-12-22 11:26:29 +01:00
changeDictionary ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
createExternalCoupledPatchGeometry ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
createZeroDirectory ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
dsmcInitialise ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
engineSwirl ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
faceAgglomerate ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
foamUpgradeCyclics ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
mapFields ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
mapFieldsPar ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
mdInitialise ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
setAlphaField ENH: upgrade from NamedEnum to Enum (issue #515) 2017-07-03 21:43:33 +02:00
setFields MRG: Integrated foundation code 2016-12-12 12:10:29 +00:00
viewFactorsGen ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
wallFunctionTable Merge branch 'master' into develop 2017-08-07 11:54:44 +01:00