44 dictPath =
args[
"dict"];
56 dictPath = dictPath/dictName;
71 IOobject::MUST_READ_IF_MODIFIED,
84 IOobject::MUST_READ_IF_MODIFIED,
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
fileName globalPath() const
Return the global path.
static const word & system()
Return system name.
Extract command arguments and options from the supplied argc and argv parameters.
bool optionFound(const word &opt) const
Return true if the named option is found.
A class for handling file names.
bool isName() const
Return true if file name is a name without a path.
bool isAbsolute() const
Return true if file name is absolute.
Registry of regIOobjects.
const Time & time() const
Return time.
A class for handling words, derived from string.
IOdictionary systemDict(const word &dictName, const argList &args, const objectRegistry &ob, const word ®ionName=polyMesh::defaultRegion)
Ostream & endl(Ostream &os)
Add newline and flush stream.
IOobject systemDictIO(const word &dictName, const argList &args, const objectRegistry &ob, const word ®ionName=polyMesh::defaultRegion)
bool isDir(const fileName &, const bool followLink=true)
Does the name exist as a directory in the file system?
Foam::argList args(argc, argv)