Constant coalescence kernel. Used for verification and validation of the coalescence formulation implemented in the populationBalanceModel class. More...


Public Member Functions | |
| TypeName ("constant") | |
| Runtime type information. More... | |
| constantCoalescence (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~constantCoalescence () |
| Destructor. More... | |
| virtual void | addToCoalescenceRate (volScalarField &coalescenceRate, const label i, const label j) |
| Add to coalescenceRate. More... | |
Public Member Functions inherited from coalescenceModel | |
| 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) | |
| autoPtr< coalescenceModel > | clone () const |
| virtual | ~coalescenceModel () |
| Destructor. More... | |
| virtual void | correct () |
| Correct diameter independent expressions. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from coalescenceModel | |
| static autoPtr< coalescenceModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes inherited from coalescenceModel | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
Constant coalescence kernel. Used for verification and validation of the coalescence formulation implemented in the populationBalanceModel class.
Definition at line 53 of file constantCoalescence.H.
| constantCoalescence | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
|
inlinevirtual |
Destructor.
Definition at line 78 of file constantCoalescence.H.
References constantCoalescence::addToCoalescenceRate().

| TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Add to coalescenceRate.
Implements coalescenceModel.
Referenced by constantCoalescence::~constantCoalescence().

1.8.13