37 #ifndef fvTotalSource_H
38 #define fvTotalSource_H
120 const word& modelType,
145 virtual scalar
V()
const = 0;
Generic GeometricField class.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A special matrix type and solver, designed for finite volume solutions of scalar equations....
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.
static const word & fieldName()
Return the name of the field associated with a source term. Special.
Base class for finite volume sources.
Base class for sources which are specified as a total value (e.g., volume or mass flow rate),...
void addSupType(const VolField< Type > &field, fvMatrix< Type > &eqn) const
Add a source term to an equation.
virtual scalar V() const =0
Return the volume of cells that the source applies to.
const word & phaseName() const
Return the phase name.
TypeName("fvTotalSource")
Runtime type information.
fvTotalSource(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from explicit source name and mesh.
virtual bool read(const dictionary &dict)
Read source dictionary.
virtual tmp< scalarField > source(const word &fieldName) const
Return the source value.
virtual ~fvTotalSource()
Destructor.
virtual dimensionedScalar S() const =0
Return the source value.
virtual bool addsSupToField(const word &fieldName) const
Return true if the fvModel adds a source term to the given.
void addSource(fvMatrix< scalar > &eqn) const
Add a source term to a field-less proxy equation.
A class for managing temporary objects.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))