105 scalar old(duration_);
scalar timeStart() const noexcept
Return const access to the time start.
scalar duration() const noexcept
Return const access to the duration.
wordRes selectionNames_
Face selection names (for set or zone selections).
scalar V() const noexcept
Return const access to the total cell volume.
labelList cells_
Set of cells to apply source to.
scalar V_
Sum of cell volumes.
bool useSubMesh() const noexcept
True if sub-selection should be used.
scalar duration_
Duration of fvOption execution starting from timeStart.
scalar timeStart_
Start time of fvOption.
const wordRe & zoneName() const
Return const access to the first set/zone name.
const labelList & cells() const noexcept
Return const access to the cell selection.
selectionModeType selectionMode_
Cell selection mode.
selectionModeType selectionMode() const noexcept
Return the cell selection mode.
const wordRes & selectionNames() const noexcept
Return const access to the selection names (set or zone selection).
selectionModeType
Enumeration for selection mode types.
bool inTimeLimits(const scalar timeValue) const
True if within time limits.
const fvMesh & mesh_
Reference to the mesh database.
A wordRe is a Foam::word, but can contain a regular expression for matching words or strings.
static const wordRe null
An empty wordRe.
A List of wordRe with additional matching capabilities.
List< label > labelList
A List of labels.