openfoam/applications/utilities
Mark Olesen faaa93fdb5 ENH: add IOobjectList::findObject() method
- naming similar to objectRegistry, with unambiguous resolution.
  The lookup() methods have different return types depending on the
  calling parameter.

STYLE: use IOobjectListTemplates.C for implementations

- previously included as local definition within IOobjectList.C,
  but will be adding more templated methods soon.

- adjust parameters (eg, matchName instead of matcher) to show their
  function

ENH: handle objectRegistry::names<void>(...)

- this is equivalent to no Type restriction, and can be used when
  filtering names. Eg,

     obr.names<void>(wordRe..);
2018-11-09 21:57:55 +01:00
..
doc ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
finiteArea ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00
mesh Work-package-09 geometric constraint 2018-11-08 20:50:47 +00:00
miscellaneous ENH: use dictionary::get<word>() instead of lookup() in a few places 2018-10-19 09:11:31 +02:00
parallelProcessing Work-package-09 geometric constraint 2018-11-08 20:50:47 +00:00
postProcessing ENH: add IOobjectList::findObject() method 2018-11-09 21:57:55 +01:00
preProcessing ENH: additional topoSources, and consistency changes (#1060) 2018-11-06 18:25:05 +01:00
surface ENH: add wordRes::matching() method 2018-11-09 21:21:15 +01:00
thermophysical ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00