OpenFOAM
dev
The OpenFOAM Foundation
addFunctionObjectOptions.H
Go to the documentation of this file.
1
Foam::argList::addOption
2
(
3
"dict"
,
4
"file"
,
5
"read functions dictionary from specified location"
6
);
7
Foam::argList::addOption
8
(
9
"field"
,
10
"name"
,
11
"Specify the name of the field to be processed, e.g. U"
12
);
13
Foam::argList::addOption
14
(
15
"fields"
,
16
"list"
,
17
"Specify a list of fields to be processed, e.g. '(U T p)' - "
18
"regular expressions not currently supported"
19
);
20
Foam::argList::addOption
21
(
22
"func"
,
23
"name"
,
24
"Specify the name of the functionObject to execute, e.g. Q"
25
);
26
Foam::argList::addOption
27
(
28
"funcs"
,
29
"list"
,
30
"Specify the names of the functionObjects to execute, e.g. '(Q div(U))'"
31
);
32
Foam::argList::addBoolOption
33
(
34
"list"
,
35
"List the available configured functionObjects"
36
);
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:121
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:111
src
OpenFOAM
include
addFunctionObjectOptions.H
Generated by
1.9.1