Go to the documentation of this file.
46 return dict_.
subDict(
"sourceTerms");
52 return dict_.
subDict(
"interpolationSchemes");
58 return dict_.
subDict(
"integrationSchemes");
76 return calcFrequency_;
124 return cellValueSourceCorrection_;
130 return maxTrackTime_;
136 return resetSourcesOnStartup_;
scalar maxTrackTime() const
Return const access to the particle track time.
const Switch active() const
Return the active flag.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
scalar deltaTMax() const
Return the maximum integation time step.
label nextIter()
Increment and return iter counter.
const Switch resetSourcesOnStartup() const
Return const access to the reset sources flag.
scalar trackTime() const
Return the particle track time.
const Switch coupled() const
Return const access to the coupled flag.
const dictionary & sourceTermDict() const
Source terms dictionary.
const dictionary & integrationSchemes() const
Integration schemes dictionary.
scalar maxCo() const
Return const access to the max particle Courant number.
const Switch cellValueSourceCorrection() const
Return const access to the cell value correction flag.
const Switch transient() const
Return const access to the transient flag.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const dictionary & dict() const
Return const access to the dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
Return reference to the mesh.
label calcFrequency() const
Return const access to the calculation frequency.
label iter() const
Return const access to the current cloud iteration.
const fvMesh & mesh_
Reference to the mesh.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
const dictionary & interpolationSchemes() const
Interpolation schemes dictionary.
const Switch steadyState() const
Return const access to the steady flag.