45 select_(selectionNames.lookupOrDefault(
"select",
dict,
selection::inside)),
46 zoneGenerators_(
mesh,
dict,
"zone",
"zones")
Initialise the NamedEnum HashTable from the static list of names.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh consisting of general polyhedral cells.
A class for handling words, derived from string.
Abstract base class for all zoneGenerators, providing runtime selection.
A zoneGenerator which looks-up and returns a zoneSet containing point, and/or cell and/or faces zones...
virtual ~volume()
Destructor.
volume(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
selection
Enumeration for inside/outside selection.
static const NamedEnum< selection, 2 > selectionNames
Enumeration names for inside/outside selection.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
const NamedEnum< zoneTypes, 3 > zoneTypesNames
Named enumeration defining the zone type names.