OpenFOAM
10
The OpenFOAM Foundation
addFunctionObjectOptions.H
Go to the documentation of this file.
1
#include "
addDictOption.H
"
2
Foam::argList::addOption
3
(
4
"field"
,
5
"name"
,
6
"Specify the name of the field to be processed, e.g. U"
7
);
8
Foam::argList::addOption
9
(
10
"fields"
,
11
"list"
,
12
"Specify a list of fields to be processed, e.g. '(U T p)' - "
13
"regular expressions not currently supported"
14
);
15
Foam::argList::addOption
16
(
17
"func"
,
18
"name"
,
19
"Specify the name of the functionObject to execute, e.g. Q"
20
);
21
Foam::argList::addOption
22
(
23
"funcs"
,
24
"list"
,
25
"Specify the names of the functionObjects to execute, e.g. '(Q div(U))'"
26
);
27
Foam::argList::addBoolOption
28
(
29
"list"
,
30
"List the available configured functionObjects"
31
);
Foam::argList::addOption
static void addOption(const word &opt, const string ¶m="", const string &usage="")
Add to an option to validOptions with usage information.
Definition:
argList.C:128
addDictOption.H
Foam::argList::addBoolOption
static void addBoolOption(const word &opt, const string &usage="")
Add to a bool option to validOptions with usage information.
Definition:
argList.C:118
src
OpenFOAM
include
addFunctionObjectOptions.H
Generated by
1.8.13