A topoSetSource to select faces based on normal. More...
#include <meshTools/normalToFace.H>
A topoSetSource to select faces based on normal.
Definition at line 50 of file normalToFace.H.
Public Member Functions | |
TypeName ("normalToFace") | |
Runtime type information.
| |
normalToFace (const polyMesh &mesh, const vector &normal, const scalar tol) | |
Construct from components.
| |
normalToFace (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
normalToFace (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~normalToFace () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
normalToFace | ( | const polyMesh & | mesh, |
const vector & | normal, | ||
const scalar | tol | ||
) |
Construct from components.
Definition at line 79 of file normalToFace.C.
normalToFace | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 94 of file normalToFace.C.
normalToFace | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 105 of file normalToFace.C.
~normalToFace | ( | ) | [virtual]
|
Definition at line 117 of file normalToFace.C.
TypeName | ( | "normalToFace" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 124 of file normalToFace.C.
References topoSetSource::ADD, DynamicList< T, SizeInc, SizeMult, SizeDiv >::append(), topoSetSource::DELETE, Foam::endl(), forAll, forAllIter, Foam::Info, Foam::mag(), and topoSetSource::NEW.