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