Classes | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
breakupModel Class Referenceabstract

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

Inheritance diagram for breakupModel:
Inheritance graph
[legend]
Collaboration diagram for breakupModel:
Collaboration graph
[legend]

Classes

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

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)
 
autoPtr< breakupModelclone () const
 
virtual ~breakupModel ()
 Destructor. More...
 
const populationBalanceModelpopBal () const
 Return reference to the populationBalanceModel. More...
 
const autoPtr< daughterSizeDistributionModel > & dsdPtr () const
 Return const-reference to daughter size distribution pointer. More...
 
autoPtr< daughterSizeDistributionModel > & dsdPtr ()
 Return reference to daughter size distribution pointer. More...
 
virtual void correct ()
 Correct diameter independent expressions. More...
 
virtual void setBreakupRate (volScalarField &breakupRate, const label i)=0
 Set total breakupRate. More...
 

Static Public Member Functions

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

Protected Attributes

const populationBalanceModelpopBal_
 Reference to the populationBalanceModel. More...
 
dictionary dict_
 Dictionary. More...
 
autoPtr< daughterSizeDistributionModeldsd_
 Daughter size distribution model. More...
 

Detailed Description

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

Source files

Definition at line 52 of file breakupModel.H.

Constructor & Destructor Documentation

◆ breakupModel()

breakupModel ( const populationBalanceModel popBal,
const dictionary dict 
)

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

Here is the caller graph for this function:

◆ ~breakupModel()

virtual ~breakupModel ( )
inlinevirtual

Destructor.

Definition at line 137 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  
)

◆ clone()

autoPtr<breakupModel> clone ( ) const
inline

Definition at line 119 of file breakupModel.H.

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

Here is the call graph for this function:

◆ New()

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

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

Here is the caller graph for this function:

◆ popBal()

const populationBalanceModel& popBal ( ) const
inline

Return reference to the populationBalanceModel.

Definition at line 144 of file breakupModel.H.

◆ dsdPtr() [1/2]

const autoPtr<daughterSizeDistributionModel>& dsdPtr ( ) const
inline

Return const-reference to daughter size distribution pointer.

Definition at line 150 of file breakupModel.H.

References breakupModel::dsd_.

◆ dsdPtr() [2/2]

Return reference to daughter size distribution pointer.

Definition at line 156 of file breakupModel.H.

References breakupModel::correct(), breakupModel::dsd_, and breakupModel::setBreakupRate().

Here is the call graph for this function:

◆ correct()

virtual void correct ( )
virtual

Correct diameter independent expressions.

Referenced by breakupModel::dsdPtr().

Here is the caller graph for this function:

◆ setBreakupRate()

virtual void setBreakupRate ( volScalarField breakupRate,
const label  i 
)
pure virtual

Set total breakupRate.

Implemented in LaakkonenAlopaeusAittamaa, exponential, and powerLaw.

Referenced by breakupModel::dsdPtr().

Here is the caller graph for this function:

Member Data Documentation

◆ popBal_

const populationBalanceModel& popBal_
protected

Reference to the populationBalanceModel.

Definition at line 59 of file breakupModel.H.

◆ dict_

dictionary dict_
protected

Dictionary.

Definition at line 62 of file breakupModel.H.

◆ dsd_

Daughter size distribution model.

Definition at line 65 of file breakupModel.H.

Referenced by breakupModel::dsdPtr().


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