A topoSetSource to select cells based on number of neighbouring cells (i.e. number of internal or coupled faces) More...
#include <meshTools/nbrToCell.H>
A topoSetSource to select cells based on number of neighbouring cells (i.e. number of internal or coupled faces)
Definition at line 50 of file nbrToCell.H.
Inheritance diagram for nbrToCell:
Collaboration diagram for nbrToCell:Public Member Functions | |
| TypeName ("nbrToCell") | |
| Runtime type information.
| |
| nbrToCell (const polyMesh &mesh, const label minNbrs) | |
| Construct from components.
| |
| nbrToCell (const polyMesh &mesh, const dictionary &dict) | |
| Construct from dictionary.
| |
| nbrToCell (const polyMesh &mesh, Istream &) | |
| Construct from Istream.
| |
| virtual | ~nbrToCell () |
| virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
Construct from components.
Definition at line 109 of file nbrToCell.C.
| nbrToCell | ( | const polyMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from dictionary.
Definition at line 121 of file nbrToCell.C.
Construct from Istream.
Definition at line 133 of file nbrToCell.C.
| ~nbrToCell | ( | ) | [virtual]
|
Definition at line 145 of file nbrToCell.C.
| TypeName | ( | "nbrToCell" | ) |
Runtime type information.
| void applyToSet | ( | const topoSetSource::setAction | action, |
| topoSet & | set | ||
| ) | const [virtual]
|
Implements topoSetSource.
Definition at line 152 of file nbrToCell.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.