Base class for binary breakup models which give the breakup rate between a sizeGroup pair directly, without an explicit expression for the daughter size distribution. More...


Classes | |
| class | iNew |
| Class used for the read-construction of. More... | |
Public Member Functions | |
| TypeName ("binaryBreakupModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, binaryBreakupModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
| binaryBreakupModel (const populationBalanceModel &popBal, const dictionary &dict) | |
| autoPtr< binaryBreakupModel > | clone () const |
| virtual | ~binaryBreakupModel () |
| Destructor. More... | |
| virtual void | correct () |
| Correct diameter independent expressions. More... | |
| virtual void | addToBinaryBreakupRate (volScalarField &binaryBreakupRate, const label i, const label j)=0 |
| Add to binary breakupRate. More... | |
Static Public Member Functions | |
| static autoPtr< binaryBreakupModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
Base class for binary breakup models which give the breakup rate between a sizeGroup pair directly, without an explicit expression for the daughter size distribution.
Definition at line 52 of file binaryBreakupModel.H.
| binaryBreakupModel | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
|
inlinevirtual |
Destructor.
Definition at line 131 of file binaryBreakupModel.H.
References binaryBreakupModel::addToBinaryBreakupRate(), and binaryBreakupModel::correct().

| TypeName | ( | "binaryBreakupModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| binaryBreakupModel | , | ||
| dictionary | , | ||
| (const populationBalanceModel &popBal, const dictionary &dict) | , | ||
| (popBal, dict) | |||
| ) |
|
inline |
Definition at line 113 of file binaryBreakupModel.H.
References binaryBreakupModel::New(), NotImplemented, and Foam::type().

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

|
virtual |
Correct diameter independent expressions.
Reimplemented in LuoSvendsen.
Referenced by binaryBreakupModel::~binaryBreakupModel().

|
pure virtual |
Add to binary breakupRate.
Implemented in LuoSvendsen, LehrMilliesMewes, and powerLawUniformBinary.
Referenced by binaryBreakupModel::~binaryBreakupModel().

|
protected |
Reference to the populationBalanceModel.
Definition at line 59 of file binaryBreakupModel.H.