Base class for breakup models which give a total breakup rate and a separate daughter size distribution function. More...
Classes | |
class | iNew |
Public Member Functions | |
TypeName ("breakupModel") | |
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 |
const populationBalanceModel & | popBal () const |
const autoPtr< daughterSizeDistributionModel > & | dsdPtr () const |
autoPtr< daughterSizeDistributionModel > & | dsdPtr () |
virtual void | correct () |
virtual void | setBreakupRate (volScalarField &breakupRate, const label i)=0 |
Static Public Member Functions | |
static autoPtr< breakupModel > | New (const word &modelType, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes | |
const populationBalanceModel & | popBal_ |
dictionary | dict_ |
autoPtr< daughterSizeDistributionModel > | dsd_ |
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 66 of file breakupModel.C.
References dict, and Foam::New().
|
virtualdefault |
TypeName | ( | "breakupModel" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
breakupModel | , | ||
dictionary | , | ||
(const populationBalanceModel &popBal, const dictionary &dict) | , | ||
(popBal, dict) | |||
) |
|
inline |
Definition at line 118 of file breakupModel.H.
References NotImplemented.
|
static |
Definition at line 40 of file breakupModel.C.
References Foam::abort(), dict, Foam::FatalIOError, and FatalIOErrorInLookup.
Referenced by breakupModel::iNew::operator()().
|
inline |
Definition at line 142 of file breakupModel.H.
References breakupModel::popBal_.
|
inline |
Definition at line 148 of file breakupModel.H.
References breakupModel::dsd_.
|
inline |
Definition at line 154 of file breakupModel.H.
References breakupModel::dsd_.
|
virtual |
Definition at line 80 of file breakupModel.C.
|
pure virtual |
Implemented in LaakkonenAlopaeusAittamaa, exponential, and powerLaw.
|
protected |
Definition at line 58 of file breakupModel.H.
Referenced by breakupModel::popBal().
|
protected |
Definition at line 61 of file breakupModel.H.
|
protected |
Definition at line 64 of file breakupModel.H.
Referenced by breakupModel::dsdPtr().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.