Base class for daughter size distribution models. Currently only supports field-independent formulations. More...
Public Member Functions | |
TypeName ("daughterSizeDistributionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, daughterSizeDistributionModel, dictionary,(const breakupModel &breakup, const dictionary &dict),(breakup, dict)) | |
daughterSizeDistributionModel (const breakupModel &breakup, const dictionary &dict) | |
virtual | ~daughterSizeDistributionModel () |
Destructor. More... | |
const dimensionedScalar & | nik (const label i, const label k) const |
Return contribution to sizeGroup i due to breakup in sizeGroup k. More... | |
void | precompute () |
Precompute field independent expressions. More... | |
virtual dimensionedScalar | calcNik (const label i, const label k) const =0 |
Calculate contribution to sizeGroup i due to breakup in sizeGroup k. More... | |
Static Public Member Functions | |
static autoPtr< daughterSizeDistributionModel > | New (const breakupModel &breakup, const dictionary &dict) |
Protected Attributes | |
const breakupModel & | breakup_ |
Reference to the breakupModel. More... | |
PtrList< PtrList< dimensionedScalar > > | nik_ |
Contribution to sizeGroup i due to breakup in sizeGroup k. More... | |
Base class for daughter size distribution models. Currently only supports field-independent formulations.
Definition at line 58 of file daughterSizeDistributionModel.H.
daughterSizeDistributionModel | ( | const breakupModel & | breakup, |
const dictionary & | dict | ||
) |
Definition at line 79 of file daughterSizeDistributionModel.C.
|
virtual |
Destructor.
Definition at line 93 of file daughterSizeDistributionModel.C.
TypeName | ( | "daughterSizeDistributionModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
daughterSizeDistributionModel | , | ||
dictionary | , | ||
(const breakupModel &breakup, const dictionary &dict) | , | ||
(breakup, dict) | |||
) |
|
static |
Definition at line 44 of file daughterSizeDistributionModel.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, IOobject::name(), and breakupModel::popBal().
Referenced by breakupModel::breakupModel().
const Foam::dimensionedScalar & nik | ( | const label | i, |
const label | k | ||
) | const |
Return contribution to sizeGroup i due to breakup in sizeGroup k.
Definition at line 101 of file daughterSizeDistributionModel.C.
References k.
void precompute | ( | ) |
Precompute field independent expressions.
Definition at line 111 of file daughterSizeDistributionModel.C.
|
pure virtual |
Calculate contribution to sizeGroup i due to breakup in sizeGroup k.
Implemented in uniformBinary, and LaakkonenDaughterSizeDistribution.
|
protected |
Reference to the breakupModel.
Definition at line 65 of file daughterSizeDistributionModel.H.
|
protected |
Contribution to sizeGroup i due to breakup in sizeGroup k.
Definition at line 68 of file daughterSizeDistributionModel.H.