openfoam/applications/solvers
Mark Olesen 5d9e278e92 ENH: consolidate handling of mandatory/optional command arguments
- for some special cases we wish to mark command-line arguments as
  being optional, in order to do our own treatment. For example,
  when an arbitrary number of arguments should be allowed.

  Now tag this situation with argList::noMandatoryArgs().
  The argList::argsMandatory() query can then be used in any further
  logic, including the standard default argument checking.

- with the new default check, can consolidate the special-purpose

      "setRootCaseNonMandatoryArgs.H"

  into the regular

      "setRootCase.H"

- revert to a simple "setRootCase.H" and move all the listing related
  bits to a "setRootCaseLists.H" file. This leaves the information
  available for solvers, or whoever else wishes, without being
  introduced everywhere.

- add include guards and scoping to the listing files and rename to
  something less generic.

     listOptions.H -> setRootCaseListOptions.H
     listOutput.H  -> setRootCaseListOutput.H
2018-12-13 01:45:09 +01:00
..
basic ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
combustion ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
compressible ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
discreteMethods ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
DNS ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
doc STYLE: finiteArea doc and style updates 2017-12-18 11:25:53 +00:00
electromagnetics ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
financial ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
finiteArea ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
heatTransfer ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
incompressible ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
lagrangian ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
multiphase ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
stressAnalysis ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00