59 #ifndef coefficientMassTransfer_H
60 #define coefficientMassTransfer_H
76 class coefficientMassTransfer
107 const word& modelType,
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.
virtual tmp< DimensionedField< scalar, volMesh > > mDot() const
Return the mass transfer rate.
virtual bool read(const dictionary &dict)
Read source dictionary.
coefficientMassTransfer(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from explicit source name and mesh.
void addSup(const volScalarField &alpha, fvMatrix< scalar > &eqn) const
Override the incompressible continuity equation to add.
TypeName("coefficientMassTransfer")
Runtime type information.
tmp< volScalarField::Internal > rho(const label i) const
Return the density.
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))
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.