This source condition creates a interfacial mass transfer source term in the size group equations of a population balance. More...


Public Member Functions | |
| TypeName ("interfacialGrowthSizeGroup") | |
| Runtime type information. More... | |
| virtual autoPtr< fvScalarFieldSource > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
Public Member Functions inherited from growthSizeGroupFvScalarFieldSource | |
| virtual tmp< DimensionedField< scalar, volMesh > > | internalCoeff (const fvSource &model, const DimensionedField< scalar, volMesh > &source) const |
| Return the internal coefficient. More... | |
| virtual Pair< tmp< DimensionedField< scalar, volMesh > > > | sourceCoeffs (const fvSource &model) const |
| Return the source coefficients for exchange with the groups below. More... | |
| virtual tmp< DimensionedField< scalar, volMesh > > | sourceCoeff (const fvSource &model, const DimensionedField< scalar, volMesh > &source) const |
| Return the combined source coefficient. More... | |
Public Member Functions inherited from growthFvScalarFieldSource | |
| virtual tmp< DimensionedField< scalar, volMesh > > | sourceValue (const fvSource &model, const DimensionedField< scalar, volMesh > &source) const |
| Return the source value. Not Implemented. More... | |
This source condition creates a interfacial mass transfer source term in the size group equations of a population balance.
<sourceName>
{
type interfacialGrowthSizeGroup;
libs ("libmultiphaseEulerFvModels.so");
}
Definition at line 59 of file interfacialGrowthSizeGroupFvScalarFieldSource.H.
| TypeName | ( | "interfacialGrowthSizeGroup" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 88 of file interfacialGrowthSizeGroupFvScalarFieldSource.H.