Public Member Functions | List of all members
hydrodynamic Class Reference

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

Inheritance diagram for hydrodynamic:
Inheritance graph
[legend]
Collaboration diagram for hydrodynamic:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("hydrodynamic")
 
 hydrodynamic (const populationBalanceModel &popBal, const dictionary &dict)
 
virtual ~hydrodynamic ()=default
 
virtual void addToCoalescenceRate (volScalarField &coalescenceRate, const label i, const label j)
 
- Public Member Functions inherited from coalescenceModel
 TypeName ("coalescenceModel")
 
 declareRunTimeSelectionTable (autoPtr, coalescenceModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
 
 coalescenceModel (const populationBalanceModel &popBal, const dictionary &dict)
 
autoPtr< coalescenceModelclone () const
 
virtual ~coalescenceModel ()=default
 
virtual void correct ()
 

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_
 

Detailed Description

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

Source files

Definition at line 51 of file hydrodynamic.H.

Constructor & Destructor Documentation

◆ hydrodynamic()

hydrodynamic ( const populationBalanceModel popBal,
const dictionary dict 
)

Definition at line 42 of file hydrodynamic.C.

◆ ~hydrodynamic()

virtual ~hydrodynamic ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "hydrodynamic"  )

◆ addToCoalescenceRate()

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

Implements coalescenceModel.

Definition at line 54 of file hydrodynamic.C.

References sizeGroup::d(), Foam::pow3(), GeometricField::primitiveFieldRef(), and dimensioned::value().

Here is the call graph for this function:

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