Go to the documentation of this file.
47 (mesh_.time().value() >= timeStart_)
48 && (mesh_.time().value() <= (timeStart_ + duration_))
57 return selectionMode_;
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".
scalar duration() const
Return const access to the duration.
const labelList & cells() const
Return const access to the cell set.
const selectionModeType & selectionMode() const
Return const access to the cell selection mode.
selectionModeType
Enumeration for selection mode types.
scalar timeStart() const
Return const access to the time start.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
bool inTimeLimits(const scalar time) const
Return true if within time limits.
scalar timeStart_
Time start.