Loading...
Searching...
No Matches
constantCoalescence Class Reference

Constant coalescence kernel. Used for verification and validation of the coalescence formulation implemented in the populationBalanceModel class. More...

#include <constantCoalescence.H>

Inheritance diagram for constantCoalescence:
Collaboration diagram for constantCoalescence:

Public Member Functions

 TypeName ("constant")
 Runtime type information.
 constantCoalescence (const populationBalanceModel &popBal, const dictionary &dict)
virtual ~constantCoalescence ()=default
 Destructor.
virtual void addToCoalescenceRate (volScalarField &coalescenceRate, const label i, const label j)
 Add to coalescenceRate.
Public Member Functions inherited from coalescenceModel
 TypeName ("coalescenceModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, coalescenceModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
 coalescenceModel (const populationBalanceModel &popBal, const dictionary &dict)
autoPtr< coalescenceModelclone () const
virtual ~coalescenceModel ()=default
 Destructor.
virtual void correct ()
 Correct diameter independent expressions.

Additional Inherited Members

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

Detailed Description

Constant coalescence kernel. Used for verification and validation of the coalescence formulation implemented in the populationBalanceModel class.

Source files

Definition at line 51 of file constantCoalescence.H.

Constructor & Destructor Documentation

◆ constantCoalescence()

constantCoalescence ( const populationBalanceModel & popBal,
const dictionary & dict )

Definition at line 46 of file constantCoalescence.C.

References coalescenceModel::coalescenceModel(), dict, Foam::dimTime, and Foam::dimVolume.

Here is the call graph for this function:

◆ ~constantCoalescence()

virtual ~constantCoalescence ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "constant" )

Runtime type information.

References dict.

◆ addToCoalescenceRate()

void addToCoalescenceRate ( volScalarField & coalescenceRate,
const label i,
const label j )
virtual

Add to coalescenceRate.

Implements coalescenceModel.

Definition at line 61 of file constantCoalescence.C.


The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/populationBalanceModel/coalescenceModels/constantCoalescence/constantCoalescence.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/populationBalanceModel/coalescenceModels/constantCoalescence/constantCoalescence.C