listOptions.H
Go to the documentation of this file.
1 argList::addBoolOption
2 (
3  "listSwitches",
4  "List switches declared in libraries but not set in etc/controlDict"
5 );
6 argList::addBoolOption
7 (
8  "listRegisteredSwitches",
9  "List switches registered for run-time modification"
10 );
11 argList::addBoolOption
12 (
13  "listUnsetSwitches",
14  "List switches declared in libraries but not set in etc/controlDict"
15 );
16 
17 #ifdef fvPatchField_H
18 argList::addBoolOption
19 (
20  "listScalarBCs",
21  "List scalar field boundary conditions (fvPatchField<scalar>)"
22 );
23 argList::addBoolOption
24 (
25  "listVectorBCs",
26  "List vector field boundary conditions (fvPatchField<vector>)"
27 );
28 #endif
29 
30 #ifdef functionObject_H
31 argList::addBoolOption
32 (
33  "listFunctionObjects",
34  "List functionObjects"
35 );
36 #endif
37 
38 #ifdef fvOption_H
39 argList::addBoolOption
40 (
41  "listFvOptions",
42  "List fvOptions"
43 );
44 #endif
45 
46 #if defined(kinematicMomentumTransportModel_H) || defined(fluidThermoMomentumTransportModel_H)
47 argList::addBoolOption
48 (
49  "listMomentumTransportModels",
50  "List momentumTransportModels"
51 );
52 #endif