constantCoalescence Class Reference

Constant coalescence kernel. More...

Inheritance diagram for constantCoalescence:
Collaboration diagram for constantCoalescence:

Public Member Functions

 TypeName ("constant")
 Runtime type information. More...
 
 constantCoalescence (const populationBalanceModel &popBal, const dictionary &dict)
 
virtual ~constantCoalescence ()
 Destructor. More...
 
virtual tmp< volScalarField::Internalrate (const label i, const label j) const
 Return the coalescence rate between two groups. More...
 
- Public Member Functions inherited from coalescenceModel
 TypeName ("coalescenceModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, coalescenceModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
 
 coalescenceModel (const populationBalanceModel &popBal, const dictionary &dict)
 Construct from a population balance and its dictionary. More...
 
virtual ~coalescenceModel ()
 Destructor. More...
 
virtual bool coalesces () const
 Does this model coalesce? More...
 
virtual void precompute ()
 Pre-compute diameter independent expressions. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from coalescenceModel
static autoPtr< coalescenceModelNew (const populationBalanceModel &popBal, const dictionary &dict)
 Selector. More...
 
- Protected Attributes inherited from coalescenceModel
const populationBalanceModelpopBal_
 Reference to the populationBalanceModel. More...
 

Detailed Description

Constant coalescence kernel.

Source files

Definition at line 52 of file constantCoalescence.H.

Constructor & Destructor Documentation

◆ constantCoalescence()

constantCoalescence ( const populationBalanceModel popBal,
const dictionary dict 
)

Definition at line 51 of file constantCoalescence.C.

◆ ~constantCoalescence()

virtual ~constantCoalescence ( )
inlinevirtual

Destructor.

Definition at line 78 of file constantCoalescence.H.

Member Function Documentation

◆ TypeName()

TypeName ( "constant"  )

Runtime type information.

◆ rate()

Foam::tmp< Foam::volScalarField::Internal > rate ( const label  i,
const label  j 
) const
virtual

Return the coalescence rate between two groups.

Implements coalescenceModel.

Definition at line 66 of file constantCoalescence.C.

References DimensionedField< Type, GeoMesh, PrimitiveField >::New().

Here is the call graph for this function:

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