addFunctionObjectOptions.H
Go to the documentation of this file.
1 #include "addDictOption.H"
3 (
4  "field",
5  "name",
6  "Specify the name of the field to be processed, e.g. U"
7 );
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 );
16 (
17  "func",
18  "name",
19  "Specify the name of the functionObject to execute, e.g. Q"
20 );
22 (
23  "funcs",
24  "list",
25  "Specify the names of the functionObjects to execute, e.g. '(Q div(U))'"
26 );
28 (
29  "list",
30  "List the available configured functionObjects"
31 );
static void addOption(const word &opt, const string &param="", const string &usage="")
Add to an option to validOptions with usage information.
Definition: argList.C:93
static void addBoolOption(const word &opt, const string &usage="")
Add to a bool option to validOptions with usage information.
Definition: argList.C:83