104 const bool carrierHasThermo_;
108 const tmpNrc<fluidThermo> tCarrierThermo_;
130 mutable label curTimeIndex_;
144 const word& sourceName,
145 const word& modelType,
178 const word& fieldName
186 const word& fieldName
193 const word& fieldName
201 const word& fieldName
clouds(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from explicit source name and mesh.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
TypeName("clouds")
Runtime type information.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
UniformDimensionedField< vector > uniformDimensionedVectorField
virtual void preUpdateMesh()
Prepare for mesh update.
A list of keyword definitions, which are a keyword followed by any number of values (e...
This fvModel adds any number of Lagrangian clouds to any single-phase solver. The particles are track...
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.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual bool movePoints()
Update for mesh motion.
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.
A class for managing temporary objects without reference counting.
Mesh data needed to do the Finite Volume discretisation.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
Class containing mesh-to-mesh mapping information.