48 return dict_.
subDict(
"sourceTerms");
54 return dict_.
subDict(
"interpolationSchemes");
60 return dict_.
subDict(
"integrationSchemes");
78 return calcFrequency_;
126 return cellValueSourceCorrection_;
132 return maxTrackTime_;
138 return resetSourcesOnStartup_;
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
scalar maxTrackTime() const
Return const access to the particle track time.
const Switch steadyState() const
Return const access to the steady flag.
const Switch resetSourcesOnStartup() const
Return const access to the reset sources flag.
scalar trackTime() const
Return the particle track time.
label nextIter()
Increment and return iter counter.
scalar maxCo() const
Return const access to the max particle Courant number.
const Switch transient() const
Return const access to the transient flag.
const Switch cellValueSourceCorrection() const
Return const access to the cell value correction flag.
const dictionary & interpolationSchemes() const
Interpolation schemes dictionary.
const dictionary & sourceTermDict() const
Source terms dictionary.
const dictionary & dict() const
Return const access to the dictionary.
const dictionary & integrationSchemes() const
Integration schemes dictionary.
const fvMesh & mesh() const
Return reference to the mesh.
scalar deltaTMax() const
Return the maximum integration time step.
const Switch coupled() const
Return const access to the coupled flag.
label calcFrequency() const
Return const access to the calculation frequency.
const Switch active() const
Return the active flag.
label iter() const
Return const access to the current cloud iteration.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const dictionary & subDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Find and return a sub-dictionary.
Mesh data needed to do the Finite Volume discretisation.