76 mutable label curTimeIndex_;
90 const word& sourceName,
91 const word& modelType,
127 const word& fieldName
135 const word& fieldName
143 const word& fieldName
clouds(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from explicit source name and mesh.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
TypeName("clouds")
Runtime type information.
virtual void preUpdateMesh()
Prepare for mesh update.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Finite volume model abstract base class.
List of parcel clouds, with the same interface as an individual parcel cloud. This is the object that...
Lagrangian clouds fvModel.
virtual void addSup(fvMatrix< scalar > &eqn, const word &fieldName) const
Add source to continuity equation.
const fvMesh & mesh() const
Return const access to the mesh database.
void operator=(const clouds &)=delete
Disallow default bitwise assignment.
virtual void correct()
Solve the Lagrangian clouds and update the sources.
virtual wordList addSupFields() const
Return the list of fields for which the option adds source term.
A class for handling words, derived from string.
Base-class for fluid thermodynamic properties.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
Mesh data needed to do the Finite Volume discretisation.