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 tmp< volScalarField::Internalrate (const label i, const label j) const
 Return the coalescence rate between two groups. 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)
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from coalescenceModel
static autoPtr< coalescenceModelNew (const populationBalanceModel &popBal, const dictionary &dict)
 Selector. More...
 
- 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.

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

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.

◆ rate()

Foam::tmp< Foam::volScalarField::Internal > rate ( const label  i,
const label  j 
) const
virtual

Return the coalescence rate between two groups.

Implements coalescenceModel.

Definition at line 67 of file AdachiStuartFokkink.C.

References 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: