40 return dict_.
subDict(
"sourceTerms");
46 return dict_.
subDict(
"interpolationSchemes");
52 return dict_.
subDict(
"integrationSchemes");
70 return calcFrequency_;
112 return cellValueSourceCorrection_;
118 return maxTrackTime_;
124 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.
const Switch coupled() const
Return const access to the coupled flag.
label calcFrequency() const
Return const access to the calculation frequency.
label iter() const
Return const access to the current cloud iteration.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
Mesh data needed to do the Finite Volume discretisation.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.