64 cellZone_.movePoints();
73 cellZone_.topoChange(map);
82 cellZone_.mapMesh(map);
91 cellZone_.distribute(map);
124 <<
"points is deprecated, use cellZone instead." <<
nl
125 <<
" For backward compatibility the points entry "
126 "is automatically converted into a cellZone generated "
127 "using the containsPoints zoneGenerator."
145 <<
"select " << selection
146 <<
" is deprecated, use cellZone instead."
149 if (selection ==
"all")
157 <<
"cellZone not specified"
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.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
bool isDict(const word &) const
Check if entry is a sub-dictionary.
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
~generatedCellZone()
Destructor.
void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
void movePoints()
Update for mesh motion.
bool read(const dictionary &dict)
Read coefficients dictionary.
void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
generatedCellZone(const polyMesh &mesh)
Construct from mesh selecting all cells.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.
A zoneGenerator which selects the cells containing the given points.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
#define IOWarningInFunction(ios)
Report an IO warning using Foam::Warning.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Ostream & endl(Ostream &os)
Add newline and flush stream.