65 <<
" new = " << pointsInst <<
nl 67 <<
" new = " << facesInst <<
endl;
129 bool zonesChanged =
false;
132 if (zones.
size() != newZones.
size())
140 if (zones[zoneI].
name() != newZones[zoneI].
name())
153 <<
"unexpected consequences. Proceed with care." <<
endl;
const fileName & facesInstance() const
Return the current instance directory for faces.
#define forAll(list, i)
Loop across all elements in list.
const word & name() const
Return name.
faceCompactIOList & storedIOFaces()
Non-const access to the faces.
A class for handling file names.
readUpdateState
Enumeration defining the state of the mesh after a read update.
vectorIOField pointIOField
pointIOField is a vectorIOField.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const fileName & pointsInstance() const
Return the current instance directory for points.
void size(const label)
Override size to be inconsistent with allocated storage.
faceList & storedFaces()
Non-const access to the faces.
void clearGeom()
Clear geometry.
Ostream & endl(Ostream &os)
Add newline and flush stream.
pointIOField & storedIOPoints()
Non-const access to the points.
void setInstance(const fileName &)
Set the instance for mesh files.
virtual readUpdateState readUpdate()
Update the mesh based on the mesh files saved in.
CompactIOList< face, label > faceCompactIOList
static word meshSubDir
Return the mesh sub-directory name (normally "surfMesh")
surfZoneIOList & storedIOZones()
Non-const access to the zones.
IOobject for a surfZoneList.
void clearOut()
Clear all geometry and addressing unnecessary for CFD.
const Time & time() const
Return time.
writeOption writeOpt() const
#define WarningInFunction
Report a warning using Foam::Warning.
fileName & instance() const
Return the instance directory, constant, system, <time> etc.
fileName meshDir() const
Return the local mesh directory (dbDir()/meshSubDir)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void transfer(List< T > &)
Transfer the contents of the argument List into this list.
#define InfoInFunction
Report an information message using Foam::Info.