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 precompute ()
 Precompute 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.

See also
Foam::diameterModels::populationBalanceModel
Source files

Definition at line 53 of file coalescenceModel.H.

Constructor & Destructor Documentation

◆ coalescenceModel()

coalescenceModel ( const populationBalanceModel popBal,
const dictionary dict 
)

Definition at line 72 of file coalescenceModel.C.

◆ ~coalescenceModel()

virtual ~coalescenceModel ( )
inlinevirtual

Destructor.

Definition at line 132 of file coalescenceModel.H.

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 114 of file coalescenceModel.H.

References NotImplemented.

◆ New()

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

Definition at line 43 of file coalescenceModel.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, IOobject::name(), Foam::nl, and Foam::type().

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ precompute()

void precompute ( )
virtual

Precompute diameter independent expressions.

Reimplemented in PrinceBlanch, LiaoCoalescence, DahnekeInterpolation, and BrownianCollisions.

Definition at line 84 of file coalescenceModel.C.

◆ 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 60 of file coalescenceModel.H.

Referenced by PrinceBlanch::PrinceBlanch().


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