4#ifndef setRootCaseListOutput_H
5#define setRootCaseListOutput_H
8 bool listOptions =
false;
10 if (
args.found(
"listSwitches"))
12 debug::listSwitches(
args.found(
"listUnsetSwitches"));
16 if (
args.found(
"listRegisteredSwitches"))
18 debug::listRegisteredSwitches(
args.found(
"listUnsetSwitches"));
22 #ifdef Foam_fvPatchField_H
23 if (
args.found(
"listScalarBCs"))
26 << fvPatchField<Foam::scalar>::
27 dictionaryConstructorTablePtr_->sortedToc()
32 if (
args.found(
"listVectorBCs"))
35 << fvPatchField<Foam::vector>::
36 dictionaryConstructorTablePtr_->sortedToc()
42 #ifdef Foam_functionObject_H
43 if (
args.found(
"listFunctionObjects"))
45 Info<<
"functionObjects"
46 << functionObject::dictionaryConstructorTablePtr_->sortedToc()
52 #ifdef Foam_fvOption_H
53 if (
args.found(
"listFvOptions"))
56 << fv::option::dictionaryConstructorTablePtr_->sortedToc()
62 #if defined(Foam_turbulentTransportModel_H)
63 if (
args.found(
"listTurbulenceModels"))
65 Info<<
"Turbulence models" <<
nl
66 << incompressible::turbulenceModel::
67 dictionaryConstructorTablePtr_->sortedToc()
71 << incompressible::RASModel::
72 dictionaryConstructorTablePtr_->sortedToc()
76 << incompressible::LESModel::
77 dictionaryConstructorTablePtr_->sortedToc()
81 #elif defined(Foam_turbulentFluidThermoModel_H)
82 if (
args.found(
"listTurbulenceModels"))
84 Info<<
"Turbulence models" <<
nl
85 << compressible::turbulenceModel::
86 dictionaryConstructorTablePtr_->sortedToc()
90 << compressible::RASModel::
91 dictionaryConstructorTablePtr_->sortedToc()
95 << compressible::LESModel::
96 dictionaryConstructorTablePtr_->sortedToc()
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
constexpr char nl
The newline '\n' character (0x0a).
Foam::argList args(argc, argv)