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


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< breakupModel > | clone () const |
| virtual | ~breakupModel () |
| Destructor. More... | |
| const populationBalanceModel & | popBal () 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 | precompute () |
| Precompute diameter independent expressions. More... | |
| virtual void | setBreakupRate (volScalarField::Internal &breakupRate, const label i)=0 |
| Set total breakupRate. More... | |
Static Public Member Functions | |
| static autoPtr< breakupModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
| autoPtr< daughterSizeDistributionModel > | dsd_ |
| Daughter size distribution model. More... | |
Base class for breakup models which provide a total breakup rate and a separate daughter size distribution function.
Definition at line 55 of file breakupModel.H.
| breakupModel | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
Definition at line 72 of file breakupModel.C.
References dict, breakupModel::dsd_, and daughterSizeDistributionModel::New().

|
inlinevirtual |
Destructor.
Definition at line 137 of file breakupModel.H.
| TypeName | ( | "breakupModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| breakupModel | , | ||
| dictionary | , | ||
| (const populationBalanceModel &popBal, const dictionary &dict) | , | ||
| (popBal, dict) | |||
| ) |
|
inline |
Definition at line 119 of file breakupModel.H.
References NotImplemented.
|
static |
Definition at line 43 of file breakupModel.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, IOobject::name(), Foam::nl, breakupModel::popBal(), and Foam::type().
Referenced by breakupModel::iNew::operator()().


|
inline |
Return reference to the populationBalanceModel.
Definition at line 144 of file breakupModel.H.
References breakupModel::popBal_.
Referenced by daughterSizeDistributionModel::New(), and breakupModel::New().

|
inline |
Return const-reference to daughter size distribution pointer.
Definition at line 150 of file breakupModel.H.
References breakupModel::dsd_.
|
inline |
Return reference to daughter size distribution pointer.
Definition at line 156 of file breakupModel.H.
References breakupModel::dsd_.
|
virtual |
Precompute diameter independent expressions.
Definition at line 86 of file breakupModel.C.
|
pure virtual |
Set total breakupRate.
Implemented in powerLaw, Laakkonen, Kusters, and exponential.
|
protected |
Reference to the populationBalanceModel.
Definition at line 62 of file breakupModel.H.
Referenced by breakupModel::popBal().
|
protected |
Daughter size distribution model.
Definition at line 65 of file breakupModel.H.
Referenced by breakupModel::breakupModel(), and breakupModel::dsdPtr().