Base class for breakup models which give a total breakup rate and a separate daughter size distribution function. More...
#include <breakupModel.H>


Classes | |
| class | iNew |
| Class used for the read-construction of. More... | |
Public Member Functions | |
| TypeName ("breakupModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, breakupModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
| breakupModel (const populationBalanceModel &popBal, const dictionary &dict) | |
| autoPtr< breakupModel > | clone () const |
| virtual | ~breakupModel ()=default |
| Destructor. | |
| const populationBalanceModel & | popBal () const |
| Return reference to the populationBalanceModel. | |
| const autoPtr< daughterSizeDistributionModel > & | dsdPtr () const |
| Return const-reference to daughter size distribution pointer. | |
| autoPtr< daughterSizeDistributionModel > & | dsdPtr () |
| Return reference to daughter size distribution pointer. | |
| virtual void | correct () |
| Correct diameter independent expressions. | |
| virtual void | setBreakupRate (volScalarField &breakupRate, const label i)=0 |
| Set total breakupRate. | |
Static Public Member Functions | |
| static autoPtr< breakupModel > | New (const word &modelType, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. | |
| dictionary | dict_ |
| Dictionary. | |
| autoPtr< daughterSizeDistributionModel > | dsd_ |
| Daughter size distribution model. | |
Base class for breakup models which give a total breakup rate and a separate daughter size distribution function.
Definition at line 51 of file breakupModel.H.
| breakupModel | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict ) |
Definition at line 65 of file breakupModel.C.
References dict, dict_, dsd_, daughterSizeDistributionModel::New(), popBal(), and popBal_.
Referenced by declareRunTimeSelectionTable(), exponential::exponential(), LaakkonenAlopaeusAittamaa::LaakkonenAlopaeusAittamaa(), and powerLaw::powerLaw().


|
virtualdefault |
Destructor.
| TypeName | ( | "breakupModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| breakupModel | , | ||
| dictionary | , | ||
| (const populationBalanceModel &popBal, const dictionary &dict) | , | ||
| (popBal, dict) | ) |
|
inline |
Definition at line 129 of file breakupModel.H.
References NotImplemented.
|
static |
Definition at line 39 of file breakupModel.C.
References Foam::abort(), dict, Foam::FatalIOError, FatalIOErrorInLookup, and popBal().
Referenced by breakupModel::iNew::operator()().


|
inline |
Return reference to the populationBalanceModel.
Definition at line 157 of file breakupModel.H.
References popBal_.
Referenced by breakupModel(), declareRunTimeSelectionTable(), exponential::exponential(), breakupModel::iNew::iNew(), LaakkonenAlopaeusAittamaa::LaakkonenAlopaeusAittamaa(), New(), powerLaw::powerLaw(), exponential::TypeName(), LaakkonenAlopaeusAittamaa::TypeName(), and powerLaw::TypeName().

|
inline |
Return const-reference to daughter size distribution pointer.
Definition at line 165 of file breakupModel.H.
References dsd_.
|
inline |
Return reference to daughter size distribution pointer.
Definition at line 173 of file breakupModel.H.
References dsd_.
|
virtual |
Correct diameter independent expressions.
Definition at line 80 of file breakupModel.C.
|
pure virtual |
Set total breakupRate.
Implemented in exponential, LaakkonenAlopaeusAittamaa, and powerLaw.
|
protected |
Reference to the populationBalanceModel.
Definition at line 60 of file breakupModel.H.
Referenced by breakupModel(), popBal(), exponential::setBreakupRate(), LaakkonenAlopaeusAittamaa::setBreakupRate(), and powerLaw::setBreakupRate().
|
protected |
|
protected |
Daughter size distribution model.
Definition at line 70 of file breakupModel.H.
Referenced by breakupModel(), dsdPtr(), and dsdPtr().