openfoam/applications/utilities/postProcessing
Mark Olesen e0f83938ee ENH: ignore -noFunctionObjects option when disabled
- With argList::noFunctionObjects() we use the logic added in
  4b93333292 (issue #352)

  By removing the '-noFunctionObjects' option, we automatically
  suppress the creation of function-objects via Time (with argList
  as a parameter).
  There is generally no need in these cases for an additional

      runTime.functionObjects().off()  statement

  Use the argList::noFunctionObjects() for more direct configuration
  and reduce unnecessary clutter in the -help information.

  In previous versions, the -noFunctionObjects would have been redundant
  anyhow, so we can also just ignore it now instead.
2018-08-08 09:44:28 +02:00
..
dataConversion STYLE: remove unused variable 2018-07-31 15:38:27 +02:00
graphics STYLE: use 'cloudObjects' instead of 'sprayObjects' 2018-07-30 13:15:38 +02:00
lagrangian ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00
lumped ENH: ignore -noFunctionObjects option when disabled 2018-08-08 09:44:28 +02:00
miscellaneous ENH: ignore -noFunctionObjects option when disabled 2018-08-08 09:44:28 +02:00
noise ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
postProcess ENH: postProcess: Clear dictionary to avoid merge warning. See #807. 2018-06-06 09:07:32 +01:00