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 );
15 (
16  "func",
17  "name",
18  "Specify the name of the functionObject to execute, e.g. Q"
19 );
21 (
22  "funcs",
23  "list",
24  "Specify the names of the functionObjects to execute, e.g. '(Q div(U))'"
25 );
27 (
28  "list",
29  "List the available configured functionObjects"
30 );
addDictOption.H
Foam::argList::addBoolOption
static void addBoolOption(const word &optName, const string &usage="", bool advanced=false)
Add a bool option to validOptions with usage information.
Definition: argList.C:324
Foam::argList::addOption
static void addOption(const word &optName, const string &param="", const string &usage="", bool advanced=false)
Add an option to validOptions with usage information.
Definition: argList.C:335