Go to the documentation of this file.
131 rm(meshDir/
"points");
134 rm(meshDir/
"neighbour");
136 rm(meshDir/
"boundary");
137 rm(meshDir/
"pointZones");
138 rm(meshDir/
"faceZones");
139 rm(meshDir/
"cellZones");
140 rm(meshDir/
"meshModifiers");
141 rm(meshDir/
"parallelData");
142 rm(meshDir/
"meshMetaDict");
145 if (
isDir(meshDir/
"sets"))
147 rmDir(meshDir/
"sets");
154 OFstream fName(meshDir/
"meshMetaDict");
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling file names.
bool rm(const fileName &)
Remove a file, returning true if successful otherwise false.
Template functions to aid in the implementation of demand driven data.
polyMeshGen(const Time &t)
Null constructor.
bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.
Constant dispersed-phase particle diameter model.
bool writeHeader(Ostream &) const
Write header.
Pre-declare SubField and related Field type.
wordList patchNames(nPatches)
bool isDir(const fileName &)
Does the name exist as a DIRECTORY in the file system?
fileName path() const
Return path.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const word & constant() const
Return constant name.
const Time & runTime_
reference to the Time registry
IOdictionary metaDict_
meta data about the meshing process
bool rmDir(const fileName &)
Remove a dirctory and its contents.