Base class for source conditions which create a growth source terms in the size group equations or related secondary property equations of a population balance. More...


Public Member Functions | |
| virtual tmp< DimensionedField< scalar, volMesh > > | sourceValue (const fvSource &model, const DimensionedField< scalar, volMesh > &source) const |
| Return the source value. Not Implemented. More... | |
| virtual Pair< tmp< DimensionedField< scalar, volMesh > > > | sourceCoeffs (const fvSource &model) const =0 |
| Return the source coefficients for exchange with the groups below. More... | |
Base class for source conditions which create a growth source terms in the size group equations or related secondary property equations of a population balance.
Definition at line 50 of file growthFvScalarFieldSource.H.
|
virtual |
Return the source value. Not Implemented.
Definition at line 31 of file growthFvScalarFieldSource.C.
References NotImplemented.
|
pure virtual |
Return the source coefficients for exchange with the groups below.
and above this group
Implemented in growthSizeGroupFvScalarFieldSource, and growthSecondaryPropertyFvScalarFieldSource.