![]() |
|
Public Member Functions | |
repatchPolyTopoChanger (polyMesh &mesh) | |
Construct for given mesh. | |
virtual | ~repatchPolyTopoChanger () |
void | changePatches (const List< polyPatch * > &patches) |
Change patches. | |
void | changePatchID (const label faceID, const label patchID) |
Change patch ID for a boundary face. Note: patchID should be in new. | |
void | setFaceZone (const label faceID, const label zoneID, const bool zoneFlip) |
Set zone ID for a face. | |
void | changeAnchorPoint (const label faceID, const label fp) |
Change anchor point (zero'th point of face) for a boundary face. | |
void | repatch () |
Re-patch the mesh. |
|
Construct for given mesh.
|
|
Definition at line 90 of file repatchPolyTopoChanger.H. References Foam::label. |
|
Change anchor point (zero'th point of face) for a boundary face.
|
|
Change patches.
|
|
Change patch ID for a boundary face. Note: patchID should be in new. numbering. |
|
Re-patch the mesh.
|
|
Set zone ID for a face.
|