95 int main(
int argc,
char *argv[])
115 runTime.setTime(Times[startTime], startTime);
129 <<
"Found : " << objects.names() <<
nl
133 IOobjectList pointObjects(objects.lookupClass(pointSet::typeName));
140 iter != pointObjects.end();
151 Info<<
"Adding set " <<
set.name() <<
" as a pointZone." <<
endl;
170 Info<<
"Overwriting contents of existing pointZone " << zoneID
171 <<
" with that of set " <<
set.name() <<
"." <<
endl;
180 IOobjectList faceObjects(objects.lookupClass(faceSet::typeName));
189 iter != faceObjects.end();
202 word setName(
set.
name() +
"SlaveCells");
204 Info<<
"Trying to load cellSet " << setName
205 <<
" to find out the slave side of the zone." <<
nl
206 <<
"If you do not care about the flipMap"
207 <<
" (i.e. do not use the sideness)" <<
nl
208 <<
"use the -noFlipMap command line option."
215 slaveCellSets.insert(setName);
219 label faceI = faceLabels[i];
244 <<
"One of owner or neighbour of internal face "
245 << faceI <<
" should be in cellSet " <<
cells.name()
246 <<
" to be able to determine orientation." << endl
269 addressing.append(faceI);
270 flipMap.append(flip);
278 label faceI = faceLabels[i];
279 addressing.append(faceI);
280 flipMap.append(
false);
287 Info<<
"Adding set " <<
set.name() <<
" as a faceZone." <<
endl;
307 Info<<
"Overwriting contents of existing faceZone " << zoneID
308 <<
" with that of set " <<
set.name() <<
"." <<
endl;
321 IOobjectList cellObjects(objects.lookupClass(cellSet::typeName));
328 iter != cellObjects.end();
332 if (!slaveCellSets.found(iter.key()))
341 Info<<
"Adding set " <<
set.name() <<
" as a cellZone." <<
endl;
360 Info<<
"Overwriting contents of existing cellZone " << zoneID
361 <<
" with that of set " <<
set.name() <<
"." <<
endl;
376 <<
"Failed writing polyMesh."