Go to the documentation of this file.
35 const word& systemName,
36 const word& constantName
39 processorCase_(
false),
43 constant_(constantName)
47 if (
pos != string::npos)
49 processorCase_ =
true;
53 globalCaseName_ =
".";
57 globalCaseName_ = caseName(
pos-1);
62 globalCaseName_ = caseName;
69 const bool processorCase,
73 const word& systemName,
74 const word& constantName
77 processorCase_(processorCase),
79 globalCaseName_(globalCaseName),
82 constant_(constantName)
91 if (
pos != string::npos)
93 processorCase_ =
true;
97 globalCaseName_ =
".";
101 globalCaseName_ = caseName(
pos-1);
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
A class for handling words, derived from string.
A class for handling file names.
fileName caseSystem() const
Return system name for the case.
Constant dispersed-phase particle diameter model.
TimePaths(const fileName &rootPath, const fileName &caseName, const word &systemName, const word &constantName)
Construct given database name, rootPath and casePath.
const word & system() const
Return system name.
graph_traits< Graph >::vertices_size_type size_type
fileName caseConstant() const
Return constant name for the case.
dimensionedScalar pos(const dimensionedScalar &ds)