A topoSetSource to select faces based on faceZone. More...
#include <meshTools/zoneToFace.H>
A topoSetSource to select faces based on faceZone.
Definition at line 50 of file zoneToFace.H.
Inheritance diagram for zoneToFace:
Collaboration diagram for zoneToFace:Public Member Functions | |
| TypeName ("zoneToFace") | |
| Runtime type information.
| |
| zoneToFace (const polyMesh &mesh, const word &zoneName) | |
| Construct from components.
| |
| zoneToFace (const polyMesh &mesh, const dictionary &dict) | |
| Construct from dictionary.
| |
| zoneToFace (const polyMesh &mesh, Istream &) | |
| Construct from Istream.
| |
| virtual | ~zoneToFace () |
| virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
| zoneToFace | ( | const polyMesh & | mesh, |
| const word & | zoneName | ||
| ) |
Construct from components.
Definition at line 97 of file zoneToFace.C.
| zoneToFace | ( | const polyMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from dictionary.
Definition at line 109 of file zoneToFace.C.
| zoneToFace | ( | const polyMesh & | mesh, |
| Istream & | is | ||
| ) |
Construct from Istream.
Definition at line 121 of file zoneToFace.C.
| ~zoneToFace | ( | ) | [virtual]
|
Definition at line 133 of file zoneToFace.C.
| TypeName | ( | "zoneToFace" | ) |
Runtime type information.
| void applyToSet | ( | const topoSetSource::setAction | action, |
| topoSet & | set | ||
| ) | const [virtual]
|
Implements topoSetSource.
Definition at line 140 of file zoneToFace.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.