Go to the documentation of this file.
37 #ifndef faceZoneSelection_H
38 #define faceZoneSelection_H
52 namespace faceSelections
virtual void select(const label zoneID, labelList &, boolList &) const
Apply this selector.
A class for handling words, derived from Foam::string.
autoPtr< faceSelection > clone() const
Clone.
virtual ~faceZoneSelection()
Destructor.
Face selection method for createBaffles.
TypeName("faceZone")
Runtime type information.
Select faces from faceZone.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
const dictionary & dict() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const labelIOList & zoneID
Mesh data needed to do the Finite Volume discretisation.
const word & name() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
faceZoneSelection(const word &name, const fvMesh &mesh, const dictionary &dict)
Construct from dictionary.