35 #ifndef faceSelection_H 36 #define faceSelection_H intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const fvMesh & mesh_
Reference to mesh.
const dictionary & dict() const
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~faceSelection()
Destructor.
const word & name() const
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
const Switch flip_
Switch direction?
autoPtr< faceSelection > clone() const
Clone.
A class for handling words, derived from string.
Face selection method for createBaffles.
faceSelection(const word &name, const fvMesh &mesh, const dictionary &dict)
Construct from dictionary.
declareRunTimeSelectionTable(autoPtr, faceSelection, dictionary,(const word &name, const fvMesh &mesh, const dictionary &dict),(name, mesh, dict))
TypeName("faceSelection")
Runtime type information.
static autoPtr< faceSelection > New(const word &name, const fvMesh &mesh, const dictionary &dict)
Return a reference to the selected faceSelection.
Mesh data needed to do the Finite Volume discretisation.
virtual void select(const label, labelList &, boolList &) const =0
const dictionary dict_
Input dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.