Face selection method for createBaffles. More...
Public Member Functions | |
TypeName ("faceSelection") | |
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) | |
autoPtr< faceSelection > | clone () const |
virtual | ~faceSelection () |
const word & | name () const |
const dictionary & | dict () const |
virtual void | select (const label, labelList &, boolList &) const =0 |
Static Public Member Functions | |
static autoPtr< faceSelection > | New (const word &name, const fvMesh &mesh, const dictionary &dict) |
Protected Attributes | |
const word | name_ |
const fvMesh & | mesh_ |
const dictionary | dict_ |
const bool | flip_ |
Face selection method for createBaffles.
Definition at line 54 of file faceSelection.H.
faceSelection | ( | const word & | name, |
const fvMesh & | mesh, | ||
const dictionary & | dict | ||
) |
|
virtual |
TypeName | ( | "faceSelection" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
faceSelection | , | ||
dictionary | , | ||
(const word &name, const fvMesh &mesh, const dictionary &dict) | , | ||
(name, mesh, dict) | |||
) |
|
inline |
Definition at line 105 of file faceSelection.H.
References NotImplemented.
|
static |
|
inline |
Definition at line 129 of file faceSelection.H.
References faceSelection::name_.
|
inline |
Definition at line 134 of file faceSelection.H.
References faceSelection::dict_.
Implemented in faceZoneSelection, and searchableSurfaceSelection.
|
protected |
Definition at line 61 of file faceSelection.H.
Referenced by faceSelection::name().
|
protected |
Definition at line 64 of file faceSelection.H.
|
protected |
Definition at line 67 of file faceSelection.H.
Referenced by faceSelection::dict().
|
protected |
Definition at line 70 of file faceSelection.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.