A topoSetSource to select cells based on cell centres inside a cylinder. More...
#include <meshTools/cylinderToCell.H>
A topoSetSource to select cells based on cell centres inside a cylinder.
Definition at line 49 of file cylinderToCell.H.
Public Member Functions | |
TypeName ("cylinderToCell") | |
Runtime type information.
| |
cylinderToCell (const polyMesh &mesh, const vector &p1, const vector &p2, const scalar radius) | |
Construct from components.
| |
cylinderToCell (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
cylinderToCell (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~cylinderToCell () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
cylinderToCell | ( | const polyMesh & | mesh, |
const vector & | p1, | ||
const vector & | p2, | ||
const scalar | radius | ||
) |
Construct from components.
Definition at line 78 of file cylinderToCell.C.
cylinderToCell | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 93 of file cylinderToCell.C.
cylinderToCell | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 107 of file cylinderToCell.C.
~cylinderToCell | ( | ) | [virtual]
|
Definition at line 121 of file cylinderToCell.C.
TypeName | ( | "cylinderToCell" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 128 of file cylinderToCell.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.