Selects all (internal or coupled) faces intersecting the searchableSurface. More...
#include <searchableSurfaceSelection.H>


Public Member Functions | |
| TypeName ("searchableSurface") | |
| Runtime type information. | |
| searchableSurfaceSelection (const word &name, const fvMesh &mesh, const dictionary &dict) | |
| Construct from dictionary. | |
| autoPtr< faceSelection > | clone () const |
| Clone. | |
| virtual | ~searchableSurfaceSelection () |
| Destructor. | |
| virtual void | select (const label zoneID, labelList &, boolList &) const |
| Public Member Functions inherited from faceSelection | |
| TypeName ("faceSelection") | |
| Runtime type information. | |
| 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. | |
| autoPtr< faceSelection > | clone () const |
| Clone. | |
| virtual | ~faceSelection () |
| Destructor. | |
| 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. | |
| Protected Attributes inherited from faceSelection | |
| const word | name_ |
| Name. | |
| const fvMesh & | mesh_ |
| Reference to mesh. | |
| const dictionary | dict_ |
| Input dictionary. | |
| const bool | flip_ |
| Switch direction? | |
Selects all (internal or coupled) faces intersecting the searchableSurface.
Definition at line 51 of file searchableSurfaceSelection.H.
| searchableSurfaceSelection | ( | const word & | name, |
| const fvMesh & | mesh, | ||
| const dictionary & | dict ) |
Construct from dictionary.
References faceSelection::dict(), mesh, and faceSelection::name().

|
virtual |
Destructor.
| TypeName | ( | "searchableSurface" | ) |
Runtime type information.
|
inline |
Implements faceSelection.