157 inline scalar
V()
const;
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
bool read(const dictionary &dict)
Read coefficients dictionary.
void updateMesh(const mapPolyMesh &)
Update for mesh changes.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.
scalar V() const
Return const access to the total cell volume.
const word & cellSetName() const
Return const access to the name of cell set for "cellSet".
const selectionModeType & selectionMode() const
Return const access to the cell selection mode.
const labelList & cells() const
Return const access to the cell set.
Mesh data needed to do the Finite Volume discretisation.
selectionModeType
Enumeration for selection mode types.
static const NamedEnum< selectionModeType, 4 > selectionModeTypeNames_
Word list of selection mode type names.
fvCellSet(const dictionary &dict, const fvMesh &mesh)
Construct from components.