Go to the documentation of this file.
37 #ifndef faceSelection_H
38 #define faceSelection_H
List< label > labelList
A List of labels.
static autoPtr< faceSelection > New(const word &name, const fvMesh &mesh, const dictionary &dict)
A class for handling words, derived from Foam::string.
TypeName("faceSelection")
List< bool > boolList
A List of bools.
Face selection method for createBaffles.
faceSelection(const word &name, const fvMesh &mesh, const dictionary &dict)
autoPtr< faceSelection > clone() const
const dictionary & dict() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
declareRunTimeSelectionTable(autoPtr, faceSelection, dictionary,(const word &name, const fvMesh &mesh, const dictionary &dict),(name, mesh, dict))
virtual void select(const label, labelList &, boolList &) const =0
const word & name() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...