interfacialGrowthGroupFractionFvScalarFieldSource Class Reference

This source condition creates an interfacial growth transfer source term in the group fraction equations of a population balance model, consistent with interfacial mass transfer of phase change or similar. More...

Inheritance diagram for interfacialGrowthGroupFractionFvScalarFieldSource:
Collaboration diagram for interfacialGrowthGroupFractionFvScalarFieldSource:

Public Member Functions

 TypeName ("interfacialGrowthGroupFraction")
 Runtime type information. More...
 
virtual autoPtr< fvScalarFieldSource > clone (const DimensionedField< scalar, fvMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
- Public Member Functions inherited from growthGroupFractionFvScalarFieldSource
 growthGroupFractionFvScalarFieldSource (const DimensionedField< scalar, fvMesh > &, const dictionary &dict)
 Construct from internal field and dictionary. More...
 
 growthGroupFractionFvScalarFieldSource (const growthGroupFractionFvScalarFieldSource &, const DimensionedField< scalar, fvMesh > &)
 Copy constructor setting internal field reference. More...
 
virtual tmp< DimensionedField< scalar, fvMesh > > internalCoeff (const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const
 Return the internal coefficient. More...
 
virtual Pair< tmp< DimensionedField< scalar, fvMesh > > > sourceCoeffs (const fvSource &model) const
 Return the source coefficients for exchange with the groups below. More...
 
virtual tmp< DimensionedField< scalar, fvMesh > > sourceCoeff (const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const
 Return the combined source coefficient. More...
 
- Public Member Functions inherited from growthFvScalarFieldSource
virtual tmp< DimensionedField< scalar, fvMesh > > sourceValue (const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const
 Return the source value. Not Implemented. More...
 
- Public Member Functions inherited from groupPropertyFvScalarField
 groupPropertyFvScalarField (const DimensionedField< scalar, fvMesh > &)
 Construct from internal field. More...
 
const populationBalanceModelpopBal () const
 Return the population balance. More...
 
label i () const
 Return the index of this group. More...
 

Detailed Description

This source condition creates an interfacial growth transfer source term in the group fraction equations of a population balance model, consistent with interfacial mass transfer of phase change or similar.

Usage
Example of the source condition specification:
<sourceName>
{
    type            interfacialGrowthGroupFraction;
    libs            ("libmultiphaseEulerFvModels.so");
}
Source files

Definition at line 60 of file interfacialGrowthGroupFractionFvScalarFieldSource.H.

Member Function Documentation

◆ TypeName()

TypeName ( "interfacialGrowthGroupFraction"  )

Runtime type information.

◆ clone()

virtual autoPtr<fvScalarFieldSource> clone ( const DimensionedField< scalar, fvMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 89 of file interfacialGrowthGroupFractionFvScalarFieldSource.H.


The documentation for this class was generated from the following file: