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 &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.
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 | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 105 of file DahnekeInterpolation.H.
References DahnekeInterpolation::addToCoalescenceRate(), and DahnekeInterpolation::precompute().
TypeName | ( | "DahnekeInterpolation" | ) |
Runtime type information.
|
virtual |
Precompute diameter independent expressions.
Reimplemented from coalescenceModel.
Referenced by DahnekeInterpolation::~DahnekeInterpolation().
|
virtual |
Add to coalescenceRate.
Implements coalescenceModel.
Referenced by DahnekeInterpolation::~DahnekeInterpolation().