71 int main(
int argc,
char *argv[])
79 "clear all existing zones"
84 "execute the zonesGenerator on construction"
89 "construct an fvMesh rather than a polyMesh"
161 zoneGenerators.generate();
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void clear()
Clear the zones.
static void addBoolOption(const word &opt, const string &usage="")
Add to a bool option to validOptions with usage information.
bool optionFound(const word &opt) const
Return true if the named option is found.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
void postConstruct(const bool changers, const bool zones, const stitchType stitch)
Complete construction of the mesh.
Mesh consisting of general polyhedral cells.
const pointZoneList & pointZones() const
Return point zones.
const cellZoneList & cellZones() const
Return cell zones.
const faceZoneList & faceZones() const
Return face zones.
virtual bool write(const bool write=true) const
Write using setting from DB.
MeshObject zoneGeneratorList instantiated by polyMesh.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
int main(int argc, char *argv[])
Ostream & endl(Ostream &os)
Add newline and flush stream.
const word & regionName(const solver ®ion)
IOdictionary systemDict(const word &dictName, const argList &args, const objectRegistry &ob, const word ®ionName=polyMesh::defaultRegion, const fileName &path=fileName::null)
Foam::argList args(argc, argv)