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