61 #ifndef zeroDimensionalMassSource_H
62 #define zeroDimensionalMassSource_H
96 virtual scalar massFlowRate()
const;
102 TypeName(
"zeroDimensionalMassSource");
111 const word& modelType,
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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 const access to the mesh database.
const word & name() const
Return const access to the source name.
Base class for zero-dimensional mass source models.
This fvModel applies a mass source to the continuity equation and to all field equations,...
virtual bool read(const dictionary &dict)
Read source dictionary.
zeroDimensionalMassSource(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from explicit source name and mesh.
TypeName("zeroDimensionalMassSource")
Runtime type information.
A class for handling words, derived from string.