Interpolation formula of Dahneke (1983) as presented by Otto et al. (1999). Utilises collisional diameters. More...


Public Member Functions | |
| TypeName ("DahnekeInterpolation") | |
| Runtime type information. More... | |
| DahnekeInterpolation (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~DahnekeInterpolation () |
| Destructor. More... | |
| virtual void | precompute () |
| Precompute diameter independent expressions. More... | |
| virtual void | addToCoalescenceRate (volScalarField::Internal &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... | |
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... | |
Interpolation formula of Dahneke (1983) as presented by Otto et al. (1999). Utilises collisional diameters.
References:
Dahneke, B. (1983).
Simple kinetic theory of Brownian diffusion in vapors and aerosols.
In Theory of dispersed multiphase flow (pp. 97-133). Academic Press.
Otto, E., Fissan, H., Park, S. H., & Lee, K. W. (1999).
The log-normal size distribution theory of Brownian aerosol coagulation
for the entire particle size range: part II—analytical solution using
Dahneke’s coagulation kernel.
Journal of aerosol science, 30(1), 17-34.
Definition at line 71 of file DahnekeInterpolation.H.
| DahnekeInterpolation | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
Definition at line 53 of file DahnekeInterpolation.C.
|
inlinevirtual |
Destructor.
Definition at line 105 of file DahnekeInterpolation.H.
| TypeName | ( | "DahnekeInterpolation" | ) |
Runtime type information.
|
virtual |
Precompute diameter independent expressions.
Reimplemented from coalescenceModel.
Definition at line 90 of file DahnekeInterpolation.C.
|
virtual |
Add to coalescenceRate.
Implements coalescenceModel.
Definition at line 96 of file DahnekeInterpolation.C.
References Foam::sqr(), and Foam::Zero.
