66 const word& modelType,
101 void operator=(const
fvSource&) = delete;
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
Finite volume model abstract base class.
const fvMesh & mesh() const
Return const access to the mesh database.
const word & name() const
Return const access to the source name.
static const word & fieldName()
Return the name of the field associated with a source term. Special.
Base class for finite volume sources.
TypeName("fvSource")
Runtime type information.
virtual ~fvSource()
Destructor.
virtual wordList addSupFields() const final
Return the list of fields for which the fvModel adds source term.
fvSource(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from explicit source name and mesh.
virtual bool addsSupToField(const word &fieldName) const =0
Return true if the fvModel adds a source term to the given.
A class for handling words, derived from string.