50 (mesh_.time().value() >= timeStart_)
51 && (mesh_.time().value() <= (timeStart_ + duration_))
60 return selectionMode_;
66 return selectionMode_ != selectionModeType::smAll;
84 scalar old(timeStart_);
92 scalar old(duration_);
scalar timeStart() const noexcept
Return const access to the time start.
scalar duration() const noexcept
Return const access to the duration.
scalar V() const noexcept
Return const access to the total cell volume.
selectionModeType
Enumeration for selection mode types.
bool useSubMesh() const noexcept
True if sub-selection should be used.
scalar timeStart_
Start time of fvOption.
const labelList & cells() const noexcept
Return const access to the cell selection.
selectionModeType selectionMode() const noexcept
Return the cell selection mode.
bool inTimeLimits(const scalar timeValue) const
True if within time limits.