openfoam/applications/utilities/preProcessing
Mark Olesen 5a121119e6 ENH: add -verbose support into argList
- similar to -dry-run handling, can be interrogated from argList,
  which makes it simpler to add into utilities.

- support multiple uses of -dry-run and -verbose to increase the
  level. For example, could have

    someApplication -verbose -verbose

 and inside of the application:

    if (args.verbose() > 2) ...

BUG: error with empty distributed roots specification (fixes #2196)

- previously used the size of distributed roots to transmit if the
  case was running in distributed mode, but this behaves rather poorly
  with bad input. Specifically, the following questionable setup:

      distributed true;
      roots ( /*none*/ );

  Now transmit the ParRunControl distributed() value instead,
  and also emit a gentle warning for the user:

      WARNING: running distributed but did not specify roots!
2021-11-09 15:44:54 +01:00
..
applyBoundaryLayer BUG: applyBoundaryLayer: disable application on disconnected cells (fixes #1513) 2021-10-04 15:24:47 +01:00
boxTurb STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
changeDictionary STYLE: make polyMesh constructor explicit 2021-05-12 11:24:57 +02:00
createBoxTurb ENH: improve alignment of tetCell and cellShape 2021-07-28 11:35:08 +02:00
createExternalCoupledPatchGeometry ENH: Adding subMesh option to momentumError and div FOs 2021-06-23 08:11:12 +00:00
createZeroDirectory STYLE: default construct empty dictionaries 2021-04-26 17:09:38 +02:00
dsmcInitialise GIT: Header file updates 2019-10-31 14:48:44 +00:00
engineSwirl GIT: Header file updates 2019-10-31 14:48:44 +00:00
faceAgglomerate ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
foamUpgradeCyclics ENH: argList improvements 2021-11-03 11:38:21 +01:00
mapFields STYLE: make polyMesh constructor explicit 2021-05-12 11:24:57 +02:00
mapFieldsPar ENH: -no-finite-area, -no-lagrangian options for some parallel utils 2021-10-01 15:26:50 +02:00
mdInitialise GIT: Header file updates 2019-10-31 14:48:44 +00:00
optimisation BUG: Foam::cp inadvertently creates recursive directories (fixes #2235) 2021-10-18 14:58:17 +02:00
PDR ENH: use singleton method for accessing runtime selection 2021-11-05 17:21:27 +01:00
setAlphaField ENH: use singleton method for accessing runtime selection 2021-11-05 17:21:27 +01:00
setExprBoundaryFields ENH: argList improvements 2021-11-03 11:38:21 +01:00
setExprFields ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
setFields ENH: additional tests in {cell,face}SetOption 2021-10-29 17:04:51 +02:00
viewFactorsGen ENH: add UPstream::allProcs() method 2020-09-28 14:25:59 +02:00
wallFunctionTable ENH: use singleton method for accessing runtime selection 2021-11-05 17:21:27 +01:00