Base class for coalescence models. More...


Public Member Functions | |
| TypeName ("coalescenceModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, coalescenceModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
| coalescenceModel (const populationBalanceModel &popBal, const dictionary &dict) | |
| Construct from a population balance and its dictionary. More... | |
| virtual | ~coalescenceModel () |
| Destructor. More... | |
| virtual bool | coalesces () const |
| Does this model coalesce? More... | |
| virtual void | precompute () |
| Pre-compute diameter independent expressions. More... | |
| virtual tmp< volScalarField::Internal > | rate (const label i, const label j) const =0 |
| Return the coalescence rate between two groups. More... | |
Static Public Member Functions | |
| static autoPtr< coalescenceModel > | New (const populationBalanceModel &popBal, const dictionary &dict) |
| Selector. More... | |
Protected Attributes | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
Base class for coalescence models.
Definition at line 53 of file coalescenceModel.H.
| coalescenceModel | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
Construct from a population balance and its dictionary.
Definition at line 88 of file coalescenceModel.C.
|
inlinevirtual |
Destructor.
Definition at line 103 of file coalescenceModel.H.
| TypeName | ( | "coalescenceModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| coalescenceModel | , | ||
| dictionary | , | ||
| (const populationBalanceModel &popBal, const dictionary &dict) | , | ||
| (popBal, dict) | |||
| ) |
|
static |
Selector.
Definition at line 43 of file coalescenceModel.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::indentOrNl(), Foam::Info, dictionary::lookup(), and Foam::typeName().

|
virtual |
Does this model coalesce?
Reimplemented in noCoalescence.
Definition at line 104 of file coalescenceModel.C.
|
virtual |
Pre-compute diameter independent expressions.
Reimplemented in PrinceBlanch, LiaoCoalescence, DahnekeInterpolation, and BrownianCollisions.
Definition at line 100 of file coalescenceModel.C.
|
pure virtual |
Return the coalescence rate between two groups.
Implemented in turbulentShear, PrinceBlanch, noCoalescence, Luo, LiaoCoalescence, LehrMilliesMewesCoalescence, hydrodynamic, DahnekeInterpolation, CoulaloglouTavlarides, constantCoalescence, BrownianCollisions, ballisticCollisions, and AdachiStuartFokkink.
|
protected |
Reference to the populationBalanceModel.
Definition at line 60 of file coalescenceModel.H.
Referenced by PrinceBlanch::PrinceBlanch().