|
Public Member Functions |
| TypeName ("polyTopoChanger") |
| Runtime type information.
|
| polyTopoChanger (const IOobject &, polyMesh &) |
| Read constructor given IOobject and a polyMesh.
|
| polyTopoChanger (polyMesh &) |
| Read constructor for given polyMesh.
|
virtual | ~polyTopoChanger () |
const polyMesh & | mesh () const |
| Return the mesh reference.
|
wordList | types () const |
| Return a list of patch types.
|
wordList | names () const |
| Return a list of patch names.
|
bool | changeTopology () const |
| Is topology change required.
|
autoPtr< polyTopoChange > | topoChangeRequest () const |
| Return topology change request.
|
void | modifyMotionPoints (pointField &) const |
| Modify point motion.
|
autoPtr< mapPolyMesh > | changeMesh () |
void | update (const mapPolyMesh &m) |
| Force recalculation of locally stored data on topological change.
|
void | addTopologyModifiers (const List< polyMeshModifier * > &tm) |
| Add given set of topology modifiers to the topoChanger.
|
label | findModifierID (const word &modName) const |
| Find modifier given a name.
|
bool | writeData (Ostream &) const |
| writeData member function required by regIOobject
|
bool | operator!= (const polyTopoChanger &) const |
bool | operator== (const polyTopoChanger &) const |
Static Public Member Functions |
autoPtr< mapPolyMesh > | changeMesh (polyMesh &, const polyTopoChange &) |
Static Protected Member Functions |
face | rotateFace (const face &f, const label nShift) |
| Rotate a face nShift positions in anticlockwise direction.
|
bool | reorderCoupledPatches (const polyBoundaryMesh &boundary, const labelList &patchStarts, const labelList &patchSizes, const faceList &faces, const pointField &points, labelList &faceMap, labelList &rotation) |
| Determine ordering of faces in coupled patches.
|
Protected Attributes |
polyMesh & | mesh_ |
| Reference to mesh.
|
Friends |
Ostream & | operator<< (Ostream &, const polyTopoChanger &) |