Go to the documentation of this file.
38 #ifndef polyTopoChanger_H
39 #define polyTopoChanger_H
53 class polyBoundaryMesh;
54 class polyTopoChanger;
56 Ostream&
operator<<(Ostream&,
const polyTopoChanger&);
65 public PtrList<polyMeshModifier>,
135 const bool syncParallel =
true,
136 const bool orderCells =
false,
137 const bool orderPoints =
false
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A class for handling words, derived from Foam::string.
TypeName("polyTopoChanger")
label findModifierID(const word &modName) const
List of mesh modifiers defining the mesh dynamics.
friend Ostream & operator<<(Ostream &, const polyTopoChanger &)
bool changeTopology() const
autoPtr< polyTopoChange > topoChangeRequest() const
void update(const mapPolyMesh &m)
void addTopologyModifiers(const List< polyMeshModifier * > &tm)
virtual ~polyTopoChanger()=default
Mesh consisting of general polyhedral cells.
void modifyMotionPoints(pointField &) const
Ostream & operator<<(Ostream &, const boundaryPatch &p)
bool operator!=(const polyTopoChanger &) const
Generic templated field type.
bool writeData(Ostream &) const
autoPtr< mapPolyMesh > changeMesh(const bool inflate, const bool syncParallel=true, const bool orderCells=false, const bool orderPoints=false)
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
bool operator==(const polyTopoChanger &) const
const polyMesh & mesh() const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
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,...