noCoalescence Class Reference

Constant coalescence kernel. More...

Inheritance diagram for noCoalescence:
Collaboration diagram for noCoalescence:

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
virtual bool coalesces () const
 Does this model coalesce? More...
 
virtual tmp< volScalarField::Internalrate (const label i, const label j) const
 Return the coalescence rate between two groups. More...
 
 coalescenceModel (const populationBalanceModel &popBal, const dictionary &dict)
 Inherit constructors. 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 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

Constant coalescence kernel.

Source files

Definition at line 52 of file noCoalescence.H.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ coalesces()

bool coalesces ( ) const
virtual

Does this model coalesce?

Reimplemented from coalescenceModel.

Definition at line 46 of file noCoalescence.C.

◆ 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 54 of file noCoalescence.C.

References Foam::dimTime, Foam::dimVolume, and DimensionedField< Type, GeoMesh, PrimitiveField >::New().

Here is the call graph for this function:

◆ coalescenceModel()

Inherit constructors.

Definition at line 87 of file coalescenceModel.C.


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