Go to the documentation of this file.
56 <<
"Cannot read file " << filename
63 is >> this->storedPoints();
75 faceLst[faceI] = facesRead[faceI];
76 zoneIds[faceI] = facesRead[faceI].key();
79 this->storedFaces().
transfer(faceLst);
80 this->storedZoneIds().transfer(zoneIds);
89 ftrPatches[zoneI].
name(),
94 this->storedZoneToc().transfer(newZones);
A class for handling file names.
#define forAll(list, i)
Loop across all elements in list.
bool read(const char *, int32_t &)
void transfer(List< T > &)
Transfer the contents of the argument List into this list.
An identifier for a surface zone on a meshed surface.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void clear()
Clear the list, i.e. set size to zero.
void size(const label)
Override size to be inconsistent with allocated storage.
bool good() const
Return true if next operation might succeed.
word name(const complex &)
Return a string representation of a complex.