Public Member Functions | |
readControlDict (const fileSystem &rootPath=defaultRootPath, const fileSystem &cdPath=defaultCDPath) | |
auto | startTime () const |
auto | endTime () const |
auto | saveInterval () const |
auto | startTimeName () const |
Protected Member Functions | |
word | convertTimeToName (const real t, const int32 precision) const |
bool | read () |
Protected Attributes | |
fileSystem | rootPath_ |
fileSystem | cdPath_ |
real | startTime_ |
real | endTime_ |
real | saveInterval_ |
word | formatType_ |
int32 | precision_ |
Static Protected Attributes | |
static fileSystem | defaultRootPath = CWD() |
static fileSystem | defaultCDPath = CWD()/"system"+"controlDict" |
Definition at line 30 of file readControlDict.hpp.
readControlDict | ( | const fileSystem & | rootPath = defaultRootPath , |
const fileSystem & | cdPath = defaultCDPath |
||
) |
Definition at line 109 of file readControlDict.cpp.
References fatalExit, and readControlDict::read().
|
protected |
Definition at line 24 of file readControlDict.cpp.
References pFlow::endl(), fatalErrorInFunction, fatalExit, pFlow::fixed(), readControlDict::formatType_, and pFlow::scientific().
|
protected |
Definition at line 47 of file readControlDict.cpp.
References pFlow::endl(), timeFolder::endTime(), fatalErrorInFunction, iIstream::findKeywordAndVal(), iIstream::findTokenAndNextSilent(), iIstream::lookupDataOrSet(), and timeFolder::startTime().
Referenced by readControlDict::readControlDict().
|
inline |
Definition at line 62 of file readControlDict.hpp.
Referenced by if().
|
inline |
Definition at line 67 of file readControlDict.hpp.
Referenced by if().
|
inline |
Definition at line 72 of file readControlDict.hpp.
Referenced by if().
|
inline |
Definition at line 77 of file readControlDict.hpp.
Referenced by if().
|
protected |
Definition at line 35 of file readControlDict.hpp.
|
protected |
Definition at line 37 of file readControlDict.hpp.
|
protected |
Definition at line 39 of file readControlDict.hpp.
|
protected |
Definition at line 41 of file readControlDict.hpp.
|
protected |
Definition at line 43 of file readControlDict.hpp.
|
protected |
Definition at line 45 of file readControlDict.hpp.
Referenced by readControlDict::convertTimeToName().
|
protected |
Definition at line 47 of file readControlDict.hpp.
|
inlinestaticprotected |
Definition at line 49 of file readControlDict.hpp.
|
inlinestaticprotected |
Definition at line 50 of file readControlDict.hpp.