Public Member Functions | |
baseTimeControl (const dictionary &dict, const word &intervalPrefix="", real defStartTime=0.0) | |
baseTimeControl (int32 start, int32 end, int32 stride, const word &intervalPrefix="") | |
bool | isTimeStep () const |
bool | timeEvent (uint32 iter, real t, real dt) const |
bool | isInRange (uint32 iter, real t, real dt) const |
real | startTime () const |
real | endTime () const |
real | rInterval () const |
int32 | startIter () const |
int32 | endIter () const |
int32 | iInterval () const |
bool | write (dictionary &dict) const |
Private Attributes | |
bool | isTimeStep_ |
int32StridedRagne | iRange_ |
realStridedRange | rRange_ |
const word | intervalPrefix_ |
Definition at line 29 of file baseTimeControl.hpp.
baseTimeControl | ( | const dictionary & | dict, |
const word & | intervalPrefix = "" , |
||
real | defStartTime = 0.0 |
||
) |
Definition at line 25 of file baseTimeControl.cpp.
References pFlow::endl(), fatalErrorInFunction, fatalExit, dictionary::getVal(), dictionary::getValOrSet(), dictionary::globalName(), pFlow::largestPosInt32, and pFlow::largeValue.
baseTimeControl | ( | int32 | start, |
int32 | end, | ||
int32 | stride, | ||
const word & | intervalPrefix = "" |
||
) |
Definition at line 68 of file baseTimeControl.cpp.
|
inline |
Definition at line 56 of file baseTimeControl.hpp.
References baseTimeControl::isTimeStep_.
Definition at line 78 of file baseTimeControl.cpp.
Referenced by insertionRegion::insertionTime(), and pointSorting::sortTime().
Definition at line 92 of file baseTimeControl.cpp.
pFlow::real startTime | ( | ) | const |
Definition at line 105 of file baseTimeControl.cpp.
References pFlow::endl(), fatalErrorInFunction, and fatalExit.
pFlow::real endTime | ( | ) | const |
Definition at line 118 of file baseTimeControl.cpp.
References pFlow::endl(), fatalErrorInFunction, and fatalExit.
pFlow::real rInterval | ( | ) | const |
Definition at line 131 of file baseTimeControl.cpp.
References pFlow::endl(), fatalErrorInFunction, and fatalExit.
pFlow::int32 startIter | ( | ) | const |
Definition at line 143 of file baseTimeControl.cpp.
References pFlow::endl(), fatalErrorInFunction, and fatalExit.
pFlow::int32 endIter | ( | ) | const |
Definition at line 155 of file baseTimeControl.cpp.
References pFlow::endl(), fatalErrorInFunction, and fatalExit.
pFlow::int32 iInterval | ( | ) | const |
Definition at line 167 of file baseTimeControl.cpp.
References pFlow::endl(), fatalErrorInFunction, and fatalExit.
bool write | ( | dictionary & | dict | ) | const |
Definition at line 179 of file baseTimeControl.cpp.
References dictionary::add().
|
private |
Definition at line 33 of file baseTimeControl.hpp.
Referenced by baseTimeControl::isTimeStep().
|
private |
Definition at line 35 of file baseTimeControl.hpp.
|
private |
Definition at line 37 of file baseTimeControl.hpp.
|
private |
Definition at line 39 of file baseTimeControl.hpp.