OpenFOAM
9
The OpenFOAM Foundation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
addTimeOptions.H
Go to the documentation of this file.
1
Foam::argList::addBoolOption
2
(
3
"constant"
,
4
"include the 'constant/' dir in the times list"
5
);
6
7
Foam::argList::addBoolOption
8
(
9
"latestTime"
,
10
"select the latest time"
11
);
12
13
Foam::argList::addBoolOption
14
(
15
"noZero"
,
16
"exclude the '0/' dir from the times list"
17
);
18
19
Foam::argList::addOption
20
(
21
"time"
,
22
"time"
,
23
"specify a single time value to select"
24
);
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:128
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:118
src
OpenFOAM
include
addTimeOptions.H
Generated by
1.8.13