A topoSetSource to select faces based on usage in patches. More...
#include <meshTools/patchToFace.H>
A topoSetSource to select faces based on usage in patches.
Definition at line 50 of file patchToFace.H.
Public Member Functions | |
TypeName ("patchToFace") | |
Runtime type information.
| |
patchToFace (const polyMesh &mesh, const word &patchName) | |
Construct from components.
| |
patchToFace (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
patchToFace (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~patchToFace () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
patchToFace | ( | const polyMesh & | mesh, |
const word & | patchName | ||
) |
Construct from components.
Definition at line 96 of file patchToFace.C.
patchToFace | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 108 of file patchToFace.C.
patchToFace | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 120 of file patchToFace.C.
~patchToFace | ( | ) | [virtual]
|
Definition at line 132 of file patchToFace.C.
TypeName | ( | "patchToFace" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 139 of file patchToFace.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.