Base class for breakup models which give 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 | 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< breakupModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
| dictionary | dict_ |
| Dictionary. More... | |
| autoPtr< daughterSizeDistributionModel > | dsd_ |
| Daughter size distribution model. More... | |
Base class for breakup models which give a total breakup rate and a separate daughter size distribution function.
Definition at line 52 of file breakupModel.H.
| breakupModel | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
|
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 breakupModel::New(), NotImplemented, and Foam::type().

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

|
inline |
Return reference to the populationBalanceModel.
Definition at line 144 of file breakupModel.H.
|
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::correct(), breakupModel::dsd_, and breakupModel::setBreakupRate().

|
virtual |
Correct diameter independent expressions.
Referenced by breakupModel::dsdPtr().

|
pure virtual |
Set total breakupRate.
Implemented in LaakkonenAlopaeusAittamaa, exponential, and powerLaw.
Referenced by breakupModel::dsdPtr().

|
protected |
Reference to the populationBalanceModel.
Definition at line 59 of file breakupModel.H.
|
protected |
Definition at line 62 of file breakupModel.H.
|
protected |
Daughter size distribution model.
Definition at line 65 of file breakupModel.H.
Referenced by breakupModel::dsdPtr().