61 int main(
int argc,
char *argv[])
66 "add point/face/cell Zones from similar named point/face/cell Sets" 72 "ignore orientation of faceSet" 100 Info<<
"Searched : " << setsInstance/setsSubPath
119 Info<<
"Adding set " <<
set.name() <<
" as a pointZone." <<
endl;
138 Info<<
"Overwriting contents of existing pointZone " << zoneID
139 <<
" with that of set " <<
set.name() <<
"." <<
endl;
168 label facei = faceLabels[i];
169 addressing.append(facei);
170 flipMap.append(
false);
175 const word setName(
set.
name() +
"SlaveCells");
177 Info<<
"Trying to load cellSet " << setName
178 <<
" to find out the slave side of the zone." <<
nl 179 <<
"If you do not care about the flipMap" 180 <<
" (i.e. do not use the sideness)" <<
nl 181 <<
"use the -noFlipMap command line option." 188 slaveCellSets.insert(setName);
192 label facei = faceLabels[i];
217 <<
"One of owner or neighbour of internal face " 218 << facei <<
" should be in cellSet " <<
cells.name()
219 <<
" to be able to determine orientation." << endl
242 addressing.append(facei);
243 flipMap.append(flip);
250 Info<<
"Adding set " <<
set.name() <<
" as a faceZone." <<
endl;
270 Info<<
"Overwriting contents of existing faceZone " << zoneID
271 <<
" with that of set " <<
set.name() <<
"." <<
endl;
290 if (!slaveCellSets.found(iter.key()))
299 Info<<
"Adding set " <<
set.name() <<
" as a cellZone." <<
endl;
318 Info<<
"Overwriting contents of existing cellZone " << zoneID
319 <<
" with that of set " <<
set.name() <<
"." <<
endl;
334 <<
"Failed writing polyMesh."
A HashTable with keys but without contents.
label findZoneID(const word &zoneName) const
Find zone index given a name.
#define forAll(list, i)
Loop across all elements in list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A class for handling file names.
bool set(const label) const
Is element set.
List of IOobjects with searching and retrieving facilities.
errorManipArg< error, int > exit(error &err, const int errNo=1)
const fileName & facesInstance() const
Return the current instance directory for faces.
labelList pointLabels(nPoints, -1)
const meshCellZones & cellZones() const
Return cell zones.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
virtual const labelList & faceNeighbour() const
Return face neighbour.
A list that is sorted upon construction or when explicitly requested with the sort() method...
static word meshSubDir
Return the mesh sub-directory name (usually "polyMesh")
Ostream & endl(Ostream &os)
Add newline and flush stream.
bool optionFound(const word &opt) const
Return true if the named option is found.
word findInstance(const fileName &dir, const word &name=word::null, const IOobject::readOption rOpt=IOobject::MUST_READ, const word &stopInstance=word::null) const
Return the location of "dir" containing the file "name".
virtual const fileName & dbDir() const
Override the objectRegistry dbDir for a single-region case.
virtual bool write(const bool write=true) const
Write mesh using IO settings from time.
const meshPointZones & pointZones() const
Return point zones.
A class for handling words, derived from string.
virtual const labelList & faceOwner() const
Return face owner.
static const word null
An empty word.
static instantList selectIfPresent(Time &runTime, const argList &args)
If any time option provided return the set of times (as select0)
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
errorManip< error > abort(error &err)
void setSize(const label)
Reset size of PtrList. If extending the PtrList, new entries are.
bool isInternalFace(const label faceIndex) const
Return true if given face label is internal to the mesh.
word name(const complex &)
Return a string representation of a complex.
label size() const
Return the number of elements in the UPtrList.
writeOption writeOpt() const
const fileName & instance() const
A subset of mesh points. The labels of points in the zone can be obtained from the addressing() list...
A collection of cell labels.
const meshFaceZones & faceZones() const
Return face zones.
static void addBoolOption(const word &opt, const string &usage="")
Add to a bool option to validOptions with usage information.
A subset of mesh faces organised as a primitive patch.
static void addNote(const string &)
Add extra notes for the usage information.
Foam::argList args(argc, argv)
static void addOptions(const bool constant=true, const bool withZero=false)
Add the options handled by timeSelector to argList::validOptions.