addFunctionObjectOptions.H
Go to the documentation of this file.
2(
3 "dict",
4 "file",
5 "Read control 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);
20(
21 "func",
22 "name",
23 "Specify the name of the functionObject to execute, e.g. Q"
24);
26(
27 "funcs",
28 "list",
29 "Specify the names of the functionObjects to execute, e.g. '(Q div(U))'"
30);
32(
33 "list",
34 "List the available configured functionObjects"
35);
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
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