openfoam/applications/utilities/preProcessing
Mark Olesen fb4971644f ENH: cleanup of NamedEnum
- Remove the unused enums() method since it delivers wholly unreliable
  results. It is not guaranteed to cover the full enumeration range,
  but only the listed names.

- Remove the unused strings() method.
  Duplicated functionality of the words(), but was never used.

- Change access of words() method from static to object.
  Better code isolation. Permits the constructor to take over
  as the single point of failure for bad input.

- Add values() method

- do not expose internal (HashTable) lookup since it makes it more
  difficult to enforce constness and the implementation detail should
  not be exposed. However leave toc() and sortedToc() for the interface.

STYLE: relocated NamedEnum under primitives (was containers)

- internal typedef as 'value_type' for some consistency with STL conventions
2017-05-29 10:30:55 +02:00
..
applyBoundaryLayer MRG: Integrated Foundation code to commit 9f37c3c 2017-03-31 15:34:28 +01:00
boxTurb COMP: update lnInclude directories when building (issue #364) 2016-12-22 11:26:29 +01:00
changeDictionary GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
createExternalCoupledPatchGeometry COMP: Multiple changes - first clean build after latest merge - UNTESTED 2016-09-23 15:36:53 +01:00
createZeroDirectory ENH: cleanup wordRe interfaces etc. 2017-05-16 23:54:43 +02: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 GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
mapFields STYLE: use MUST_READ consistently for decomposeParDict 2016-11-24 11:26:03 +01:00
mapFieldsPar ENH: cleanup of NamedEnum 2017-05-29 10:30:55 +02:00
mdInitialise ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01: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 MRG: resolved merge conflicts from merge from develop branch 2017-05-19 16:29:54 +01:00