Go to the documentation of this file.
35 #ifndef polyTopoChanger_H
36 #define polyTopoChanger_H
51 class polyBoundaryMesh;
59 public PtrList<polyMeshModifier>,
126 const bool syncParallel =
true,
127 const bool orderCells =
false,
128 const bool orderPoints =
false
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual ~polyTopoChanger()
Destructor.
A class for handling words, derived from string.
polyTopoChanger(const polyTopoChanger &)
Disallow default bitwise copy construct.
TypeName("polyTopoChanger")
Runtime type information.
label findModifierID(const word &modName) const
Find modifier given a name.
List of mesh modifiers defining the mesh dynamics.
friend Ostream & operator<<(Ostream &, const polyTopoChanger &)
bool changeTopology() const
Is topology change required.
autoPtr< polyTopoChange > topoChangeRequest() const
Return topology change request.
void update(const mapPolyMesh &m)
Force recalculation of locally stored data on topological change.
wordList names() const
Return a list of patch names.
void addTopologyModifiers(const List< polyMeshModifier * > &tm)
Add given set of topology modifiers to the topoChanger.
Mesh consisting of general polyhedral cells.
void modifyMotionPoints(pointField &) const
Modify point motion.
wordList types() const
Return a list of patch types.
bool operator!=(const polyTopoChanger &) const
polyMesh & mesh_
Reference to mesh.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
bool writeData(Ostream &) const
writeData member function required by regIOobject
autoPtr< mapPolyMesh > changeMesh(const bool inflate, const bool syncParallel=true, const bool orderCells=false, const bool orderPoints=false)
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
bool operator==(const polyTopoChanger &) const
const polyMesh & mesh() const
Return the mesh reference.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void operator=(const polyTopoChanger &)
Disallow default bitwise assignment.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...