Public Member Functions | List of all members
removeFaces Class Reference

Given list of faces to remove insert all the topology changes. Contains helper function to get consistent set of faces to remove. More...

Public Member Functions

 ClassName ("removeFaces")
 Runtime type information. More...
 
 removeFaces (const polyMesh &, const scalar minCos)
 Construct from mesh and min cos of angle for boundary faces. More...
 
label compatibleRemoves (const labelList &inPiercedFaces, labelList &cellRegion, labelList &cellRegionMaster, labelList &outPiercedFaces) const
 Find faces including those with cells which have the same mastercell. More...
 
void setRefinement (const labelList &piercedFaces, const labelList &cellRegion, const labelList &cellRegionMaster, polyTopoChange &) const
 Play commands into polyTopoChange to remove faces. More...
 
void updateMesh (const mapPolyMesh &)
 Force recalculation of locally stored data on topological change. More...
 
void distribute (const mapDistributePolyMesh &)
 Force recalculation of locally stored data for mesh distribution. More...
 

Detailed Description

Given list of faces to remove insert all the topology changes. Contains helper function to get consistent set of faces to remove.

Not very well tested in parallel.

Source files

Definition at line 62 of file removeFaces.H.

Constructor & Destructor Documentation

removeFaces ( const polyMesh mesh,
const scalar  minCos 
)

Construct from mesh and min cos of angle for boundary faces.

to be considered aligned. Set to >= 1 to disable checking and always merge (if on same patch)

Definition at line 562 of file removeFaces.C.

References removeFaces::compatibleRemoves().

Here is the call graph for this function:

Member Function Documentation

ClassName ( "removeFaces"  )

Runtime type information.

Foam::label compatibleRemoves ( const labelList inPiercedFaces,
labelList cellRegion,
labelList cellRegionMaster,
labelList outPiercedFaces 
) const

Find faces including those with cells which have the same mastercell.

Given set of faces to pierce calculates:

  • region for connected cells
  • mastercell for each region. This is the lowest numbered cell of all cells that get merged.
  • new set of faces which contains input set + additional ones where cells on both sides would have same mastercell. Returns number of regions.

Definition at line 581 of file removeFaces.C.

References Foam::abort(), List< T >::append(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::min(), removeFaces::setRefinement(), List< T >::setSize(), List< T >::size(), and List< T >::transfer().

Referenced by removeFaces::removeFaces(), and hexRef8::setUnrefinement().

Here is the call graph for this function:

Here is the caller graph for this function:

void setRefinement ( const labelList piercedFaces,
const labelList cellRegion,
const labelList cellRegionMaster,
polyTopoChange meshMod 
) const
void updateMesh ( const mapPolyMesh )
inline

Force recalculation of locally stored data on topological change.

Definition at line 207 of file removeFaces.H.

Referenced by hexRef8::updateMesh().

Here is the caller graph for this function:

void distribute ( const mapDistributePolyMesh )
inline

Force recalculation of locally stored data for mesh distribution.

Definition at line 211 of file removeFaces.H.

Referenced by hexRef8::distribute().

Here is the caller graph for this function:


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