117 void readFieldValues();
124 void addGeneralSupType
127 const word& fieldName
143 const word& fieldName
153 const word& fieldName
169 const word& modelType,
const word & name() const
Return const access to the source name.
const word & rhoName() const
Return the name of the density field.
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define DEFINE_FV_MODEL_ADD_SUP(Type, nullArg)
Cell-set fvConstraint abstract base class. Provides a base set of controls regarding the location whe...
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
#define DEFINE_FV_MODEL_ADD_ALPHA_RHO_SUP(Type, nullArg)
TypeName("massSource")
Runtime type information.
Finite volume model abstract base class.
A HashTable specialisation for hashing pointers.
const fvMesh & mesh() const
Return const access to the mesh database.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
void operator=(const massSource &)=delete
Disallow default bitwise assignment.
FOR_ALL_FIELD_TYPES(DEFINE_FV_MODEL_ADD_SUP)
Add a source term to an equation.
A class for handling words, derived from string.
#define DEFINE_FV_MODEL_ADD_RHO_SUP(Type, nullArg)
massSource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from explicit source name and mesh.
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.
virtual wordList addSupFields() const
Return the list of fields for which the fvModel adds source term.
virtual bool addsSupToField(const word &fieldName) const
Return true if the fvModel adds a source term to the given.
Mesh data needed to do the Finite Volume discretisation.
virtual void updateMesh(const mapPolyMesh &)
Update for mesh changes.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual bool read(const dictionary &dict)
Read source dictionary.
This fvModel applies a mass source to the continuity equation and to all field equations.