repatchPolyTopoChanger Class Reference

A mesh which allows changes in the patch distribution of the boundary faces. The change in patching is set using changePatchID. For a boundary face, a new patch ID is given. More...

Public Member Functions

 repatchPolyTopoChanger (polyMesh &mesh)
 Construct for given mesh. More...
 
virtual ~repatchPolyTopoChanger ()=default
 Destructor. More...
 
void changePatches (const List< polyPatch * > &patches)
 Change patches. More...
 
void changePatchID (const label faceID, const label patchID)
 Change patch ID for a boundary face. Note: patchID should be in new. More...
 
void setFaceZone (const label faceID, const label zoneID, const bool zoneFlip)
 Set zone ID for a face. More...
 
void changeAnchorPoint (const label faceID, const label fp)
 Change anchor point (zero'th point of face) for a boundary face. More...
 
void repatch ()
 Re-patch the mesh. More...
 

Detailed Description

A mesh which allows changes in the patch distribution of the boundary faces. The change in patching is set using changePatchID. For a boundary face, a new patch ID is given.

Source files

Definition at line 54 of file repatchPolyTopoChanger.H.

Constructor & Destructor Documentation

◆ repatchPolyTopoChanger()

repatchPolyTopoChanger ( polyMesh mesh)
explicit

Construct for given mesh.

Definition at line 52 of file repatchPolyTopoChanger.C.

◆ ~repatchPolyTopoChanger()

virtual ~repatchPolyTopoChanger ( )
virtualdefault

Destructor.

Member Function Documentation

◆ changePatches()

void changePatches ( const List< polyPatch * > &  patches)

Change patches.

Definition at line 61 of file repatchPolyTopoChanger.C.

References Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::nl, and patches.

Referenced by boundaryMesh::patchify().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ changePatchID()

void changePatchID ( const label  faceID,
const label  patchID 
)

Change patch ID for a boundary face. Note: patchID should be in new.

numbering.

Definition at line 79 of file repatchPolyTopoChanger.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, faceZone::flipMap(), patchID, faceZone::whichFace(), and zoneID.

Referenced by boundaryMesh::patchify().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setFaceZone()

void setFaceZone ( const label  faceID,
const label  zoneID,
const bool  zoneFlip 
)

Set zone ID for a face.

Definition at line 131 of file repatchPolyTopoChanger.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and zoneID.

Here is the call graph for this function:

◆ changeAnchorPoint()

void changeAnchorPoint ( const label  faceID,
const label  fp 
)

Change anchor point (zero'th point of face) for a boundary face.

Definition at line 167 of file repatchPolyTopoChanger.C.

References Foam::abort(), f(), Foam::FatalError, FatalErrorInFunction, faceZone::flipMap(), forAll, patchID, UList< T >::size(), faceZone::whichFace(), and zoneID.

Here is the call graph for this function:

◆ repatch()

void repatch ( )

Re-patch the mesh.

Definition at line 264 of file repatchPolyTopoChanger.C.

Referenced by boundaryMesh::patchify().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: