addFunctionObjectOptions.H
Go to the documentation of this file.
2 (
3  "dict",
4  "file",
5  "read functions dictionary from specified location"
6 );
8 (
9  "field",
10  "name",
11  "Specify the name of the field to be processed, e.g. U"
12 );
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 );
21 (
22  "func",
23  "name",
24  "Specify the name of the functionObject to execute, e.g. Q"
25 );
27 (
28  "funcs",
29  "list",
30  "Specify the names of the functionObjects to execute, e.g. '(Q div(U))'"
31 );
33 (
34  "list",
35  "List the available configured functionObjects"
36 );
static void addOption(const word &opt, const string &param="", const string &usage="")
Add to an option to validOptions with usage information.
Definition: argList.C:121
static void addBoolOption(const word &opt, const string &usage="")
Add to a bool option to validOptions with usage information.
Definition: argList.C:111