Select faces from faceZone. More...
Public Member Functions | |
TypeName ("faceZone") | |
Runtime type information. More... | |
faceZoneSelection (const word &name, const fvMesh &mesh, const dictionary &dict) | |
Construct from dictionary. More... | |
autoPtr< faceSelection > | clone () const |
Clone. More... | |
virtual | ~faceZoneSelection () |
Destructor. More... | |
virtual void | select (const label zoneID, labelList &, boolList &) const |
Apply this selector. More... | |
Public Member Functions inherited from faceSelection | |
TypeName ("faceSelection") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, faceSelection, dictionary,(const word &name, const fvMesh &mesh, const dictionary &dict),(name, mesh, dict)) | |
faceSelection (const word &name, const fvMesh &mesh, const dictionary &dict) | |
Construct from dictionary. More... | |
autoPtr< faceSelection > | clone () const |
Clone. More... | |
virtual | ~faceSelection () |
Destructor. More... | |
const word & | name () const |
const dictionary & | dict () const |
Additional Inherited Members | |
Static Public Member Functions inherited from faceSelection | |
static autoPtr< faceSelection > | New (const word &name, const fvMesh &mesh, const dictionary &dict) |
Return a reference to the selected faceSelection. More... | |
Protected Attributes inherited from faceSelection | |
const word | name_ |
Name. More... | |
const fvMesh & | mesh_ |
Reference to mesh. More... | |
const dictionary | dict_ |
Input dictionary. More... | |
const Switch | flip_ |
Switch direction? More... | |
faceZoneSelection | ( | const word & | name, |
const fvMesh & | mesh, | ||
const dictionary & | dict | ||
) |
Construct from dictionary.
|
virtual |
TypeName | ( | "faceZone" | ) |
Runtime type information.
|
inline |
Clone.
Definition at line 85 of file faceZoneSelection.H.
References NotImplemented, faceZoneSelection::select(), and faceZoneSelection::~faceZoneSelection().
Apply this selector.
Implements faceSelection.
Referenced by faceZoneSelection::clone().