listOptions.H
Go to the documentation of this file.
1 argList::addBoolOption
2 (
3  "listSwitches",
4  "List all available debug, info and optimisation switches"
5 );
6 
7 #ifdef fvPatchField_H
8 argList::addBoolOption
9 (
10  "listScalarBCs",
11  "List scalar field boundary conditions (fvPatchField<scalar>)"
12 );
13 argList::addBoolOption
14 (
15  "listVectorBCs",
16  "List vector field boundary conditions (fvPatchField<vector>)"
17 );
18 #endif
19 
20 #ifdef functionObject_H
21 argList::addBoolOption
22 (
23  "listFunctionObjects",
24  "List functionObjects"
25 );
26 #endif
27 
28 #ifdef fvModel_H
29 argList::addBoolOption
30 (
31  "listFvModels",
32  "List fvModels"
33 );
34 #endif
35 
36 #ifdef fvConstraint_H
37 argList::addBoolOption
38 (
39  "listFvConstraints",
40  "List fvConstraints"
41 );
42 #endif
43 
44 #if defined(kinematicMomentumTransportModel_H) \
45  || defined(dynamicMomentumTransportModel_H)
46 argList::addBoolOption
47 (
48  "listMomentumTransportModels",
49  "List momentumTransportModels"
50 );
51 #endif