AdachiStuartFokkink Class Reference

Model describing aggregation of solid particles in turbulent flows. Applicable when particles are smaller than the Kolmogorov length scale. The coalescence rate is calculated by. More...

Inheritance diagram for AdachiStuartFokkink:
Collaboration diagram for AdachiStuartFokkink:

Public Member Functions

 TypeName ("AdachiStuartFokkink")
 Runtime type information. More...
 
 AdachiStuartFokkink (const populationBalanceModel &popBal, const dictionary &dict)
 
virtual ~AdachiStuartFokkink ()
 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< coalescenceModelclone () const
 
virtual ~coalescenceModel ()
 Destructor. More...
 
virtual void precompute ()
 Precompute diameter independent expressions. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from coalescenceModel
static autoPtr< coalescenceModelNew (const word &type, const populationBalanceModel &popBal, const dictionary &dict)
 
- Protected Attributes inherited from coalescenceModel
const populationBalanceModelpopBal_
 Reference to the populationBalanceModel. More...
 

Detailed Description

Model describing aggregation of solid particles in turbulent flows. Applicable when particles are smaller than the Kolmogorov length scale. The coalescence rate is calculated by.

f\[ \frac{4}{3}\left(\frac{3\pi}{10}\right)^{0.5} \left(\frac{\epsilon}{\nu}\right)^{0.5}(d_i+d_j)^3 \f]

where

$ d_i $ = Diameter of particle i [m]
$ d_j $ = Diameter of particle j [m]
$ \nu $ = Kinematic viscosity of continuous phase [m2/s]
$ \epsilon $ = Continuous phase turbulent dissipation rate [m2/s3]

Reference:

        Adachi, Y., Stuart, M. C., & Fokkink, R. (1994).
        Kinetics of turbulent coagulation studied by means of end-over-end
        rotation.
        Journal of colloid and interface science, 165(2), 310-317.
Source files

Definition at line 92 of file AdachiStuartFokkink.H.

Constructor & Destructor Documentation

◆ AdachiStuartFokkink()

AdachiStuartFokkink ( const populationBalanceModel popBal,
const dictionary dict 
)

Definition at line 53 of file AdachiStuartFokkink.C.

◆ ~AdachiStuartFokkink()

virtual ~AdachiStuartFokkink ( )
inlinevirtual

Destructor.

Definition at line 111 of file AdachiStuartFokkink.H.

Member Function Documentation

◆ TypeName()

TypeName ( "AdachiStuartFokkink"  )

Runtime type information.

◆ addToCoalescenceRate()

void addToCoalescenceRate ( volScalarField coalescenceRate,
const label  i,
const label  j 
)
virtual

Add to coalescenceRate.

Implements coalescenceModel.

Definition at line 66 of file AdachiStuartFokkink.C.

References sizeGroup::d(), Foam::constant::mathematical::pi(), Foam::pow3(), and Foam::sqrt().

Here is the call graph for this function:

The documentation for this class was generated from the following files: