breakupModel Class Reference

Base class for breakup models which provide a total breakup rate and a separate daughter size distribution function. More...

Inheritance diagram for breakupModel:
Collaboration diagram for breakupModel:

Public Member Functions

 TypeName ("breakupModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, breakupModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
 
 breakupModel (const populationBalanceModel &popBal, const dictionary &dict)
 
virtual ~breakupModel ()
 Destructor. More...
 
const populationBalanceModelpopBal () const
 Return reference to the populationBalanceModel. More...
 
virtual void precompute ()
 Pre-compute diameter independent expressions. More...
 

Static Public Member Functions

static autoPtr< breakupModelNew (const populationBalanceModel &popBal, const dictionary &dict)
 

Protected Attributes

const populationBalanceModelpopBal_
 Reference to the populationBalanceModel. More...
 

Detailed Description

Base class for breakup models which provide a total breakup rate and a separate daughter size distribution function.

See also
Foam::populationBalanceModel
Source files

Definition at line 55 of file breakupModel.H.

Constructor & Destructor Documentation

◆ breakupModel()

breakupModel ( const populationBalanceModel popBal,
const dictionary dict 
)

Definition at line 88 of file breakupModel.C.

◆ ~breakupModel()

virtual ~breakupModel ( )
inlinevirtual

Destructor.

Definition at line 105 of file breakupModel.H.

Member Function Documentation

◆ TypeName()

TypeName ( "breakupModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

◆ popBal()

const populationBalanceModel& popBal ( ) const
inline

Return reference to the populationBalanceModel.

Definition at line 112 of file breakupModel.H.

References breakupModel::popBal_.

Referenced by breakupModel::New().

Here is the caller graph for this function:

◆ precompute()

void precompute ( )
virtual

Pre-compute diameter independent expressions.

Reimplemented in LuoSvendsen, Liao, and daughterSizeDistribution.

Definition at line 100 of file breakupModel.C.

Member Data Documentation

◆ popBal_

const populationBalanceModel& popBal_
protected

Reference to the populationBalanceModel.

Definition at line 62 of file breakupModel.H.

Referenced by breakupModel::popBal().


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