openfoam/applications/solvers
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
..
basic ENH: ignore -noFunctionObjects option when disabled 2018-08-08 09:44:28 +02:00
combustion COMP: rename dictionary::read<T> to dictionary::readEntry<T> 2018-07-30 15:52:40 +02:00
compressible STYLE: more consistent use of dimensioned Zero, scalar decimal points 2018-07-13 10:28:48 +02:00
discreteMethods ENH: make format of ExecutionTime = ... output configurable (issue #788) 2018-04-27 15:00:34 +02:00
DNS COMP: refactoring to resolve compiler warnings - see #886 2018-06-20 10:56:04 +01:00
doc STYLE: finiteArea doc and style updates 2017-12-18 11:25:53 +00:00
electromagnetics ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
financial ENH: make format of ExecutionTime = ... output configurable (issue #788) 2018-04-27 15:00:34 +02:00
finiteArea STYLE: remove spacing around forAll macros and template '> >' closing 2018-07-06 11:03:28 +02:00
heatTransfer STYLE: more consistent use of dimensioned Zero, scalar decimal points 2018-07-13 10:28:48 +02:00
incompressible ENH: fvMeshSubset improvements (issue #951) 2018-07-25 18:58:00 +02:00
lagrangian STYLE: more consistent use of dimensioned Zero, scalar decimal points 2018-07-13 10:28:48 +02:00
multiphase COMP: rename dictionary::read<T> to dictionary::readEntry<T> 2018-07-30 15:52:40 +02:00
stressAnalysis GIT: resolved merge conflict 2018-06-13 14:20:18 +01:00