openfoam/applications/solvers/multiphase/compressibleMultiphaseInterFoam
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
..
Make compressibleInterFoam: Completed LTS and semi-implicit MULES support 2017-02-09 17:31:57 +00:00
multiphaseMixtureThermo ENH: construct string types from Istream now explicit (#1033) 2018-11-03 20:24:34 +01:00
Allwclean Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00
Allwmake ENH: improve handling of ThirdParty packages 2018-04-24 14:51:19 +02:00
compressibleMultiphaseInterFoam.C ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
createFields.H ENH: Updated dpdt and K field construction 2017-06-21 12:20:58 +01:00
pEqn.H STYLE: use range-for when looping dictionary entries. 2018-10-19 13:08:24 +02:00
TEqn.H VoF solvers: rationalize the relationship between VoF solvers 2014-04-29 14:16:41 +01:00
UEqn.H VoF solvers: rationalize the relationship between VoF solvers 2014-04-29 14:16:41 +01:00