coalescenceModel Class Referenceabstract

Base class for coalescence models. More...

Inheritance diagram for coalescenceModel:
Collaboration diagram for coalescenceModel:

Classes

class  iNew
 Class used for the read-construction of. More...
 

Public Member Functions

 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)
 
autoPtr< coalescenceModelclone () const
 
virtual ~coalescenceModel ()
 Destructor. More...
 
virtual void correct ()
 Correct diameter independent expressions. More...
 
virtual void addToCoalescenceRate (volScalarField &coalescenceRate, const label i, const label j)=0
 Add to coalescenceRate. More...
 

Static Public Member Functions

static autoPtr< coalescenceModelNew (const word &type, const populationBalanceModel &popBal, const dictionary &dict)
 

Protected Attributes

const populationBalanceModelpopBal_
 Reference to the populationBalanceModel. More...
 

Detailed Description

Base class for coalescence models.

Source files

Definition at line 50 of file coalescenceModel.H.

Constructor & Destructor Documentation

◆ coalescenceModel()

coalescenceModel ( const populationBalanceModel popBal,
const dictionary dict 
)

Referenced by coalescenceModel::iNew::operator()().

Here is the caller graph for this function:

◆ ~coalescenceModel()

virtual ~coalescenceModel ( )
inlinevirtual

Destructor.

Definition at line 129 of file coalescenceModel.H.

References coalescenceModel::addToCoalescenceRate(), and coalescenceModel::correct().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "coalescenceModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
coalescenceModel  ,
dictionary  ,
(const populationBalanceModel &popBal, const dictionary &dict ,
(popBal, dict  
)

◆ clone()

autoPtr<coalescenceModel> clone ( ) const
inline

Definition at line 111 of file coalescenceModel.H.

References coalescenceModel::New(), NotImplemented, and Foam::type().

Here is the call graph for this function:

◆ New()

static autoPtr<coalescenceModel> New ( const word type,
const populationBalanceModel popBal,
const dictionary dict 
)
static

Referenced by coalescenceModel::clone(), and coalescenceModel::iNew::operator()().

Here is the caller graph for this function:

◆ correct()

virtual void correct ( )
virtual

Correct diameter independent expressions.

Reimplemented in PrinceBlanch.

Referenced by coalescenceModel::~coalescenceModel().

Here is the caller graph for this function:

◆ addToCoalescenceRate()

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

Member Data Documentation

◆ popBal_

const populationBalanceModel& popBal_
protected

Reference to the populationBalanceModel.

Definition at line 57 of file coalescenceModel.H.


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