OpenFOAM
6
The OpenFOAM Foundation
src
OpenFOAM
include
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(turbulentTransportModel_H) || defined(turbulentFluidThermoModel_H)
47
argList::addBoolOption
48
(
49
"listTurbulenceModels"
,
50
"List turbulenceModels"
51
);
52
#endif
Generated by
1.8.13