A topoSetSource to select all external (boundary) faces. More...
#include <meshTools/boundaryToFace.H>
A topoSetSource to select all external (boundary) faces.
Definition at line 49 of file boundaryToFace.H.
Inheritance diagram for boundaryToFace:
Collaboration diagram for boundaryToFace:Public Member Functions | |
| TypeName ("boundaryToFace") | |
| Runtime type information.
| |
| boundaryToFace (const polyMesh &) | |
| Construct from components.
| |
| boundaryToFace (const polyMesh &mesh, const dictionary &dict) | |
| Construct from dictionary.
| |
| boundaryToFace (const polyMesh &mesh, Istream &) | |
| Construct from Istream.
| |
| virtual | ~boundaryToFace () |
| virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
| boundaryToFace | ( | const polyMesh & | mesh ) |
Construct from components.
Definition at line 72 of file boundaryToFace.C.
| boundaryToFace | ( | const polyMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from dictionary.
Definition at line 79 of file boundaryToFace.C.
| boundaryToFace | ( | const polyMesh & | mesh, |
| Istream & | is | ||
| ) |
Construct from Istream.
Definition at line 87 of file boundaryToFace.C.
| ~boundaryToFace | ( | ) | [virtual]
|
Definition at line 98 of file boundaryToFace.C.
| TypeName | ( | "boundaryToFace" | ) |
Runtime type information.
| void applyToSet | ( | const topoSetSource::setAction | action, |
| topoSet & | set | ||
| ) | const [virtual]
|
Implements topoSetSource.
Definition at line 105 of file boundaryToFace.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.