Classes | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
driftModel Class Referenceabstract

Base class for drift models. More...

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

Classes

class  iNew
 Class used for the read-construction of. More...
 

Public Member Functions

 TypeName ("driftModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, driftModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
 
 driftModel (const populationBalanceModel &popBal, const dictionary &dict)
 
autoPtr< driftModelclone () const
 
virtual ~driftModel ()
 Destructor. More...
 
const populationBalanceModelpopBal () const
 Return reference to the populationBalanceModel. More...
 
virtual void correct ()
 Correct diameter independent expressions. More...
 
virtual void addToDriftRate (volScalarField &driftRate, const label i)=0
 Add to driftRate. More...
 

Static Public Member Functions

static autoPtr< driftModelNew (const word &type, const populationBalanceModel &popBal, const dictionary &dict)
 

Protected Attributes

const populationBalanceModelpopBal_
 Reference to the populationBalanceModel. More...
 

Detailed Description

Base class for drift models.

Source files

Definition at line 50 of file driftModel.H.

Constructor & Destructor Documentation

◆ driftModel()

driftModel ( const populationBalanceModel popBal,
const dictionary dict 
)

Referenced by driftModel::iNew::operator()().

Here is the caller graph for this function:

◆ ~driftModel()

virtual ~driftModel ( )
inlinevirtual

Destructor.

Definition at line 129 of file driftModel.H.

Member Function Documentation

◆ TypeName()

TypeName ( "driftModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
driftModel  ,
dictionary  ,
(const populationBalanceModel &popBal, const dictionary &dict ,
(popBal, dict  
)

◆ clone()

autoPtr<driftModel> clone ( ) const
inline

Definition at line 111 of file driftModel.H.

References driftModel::New(), NotImplemented, and Foam::type().

Here is the call graph for this function:

◆ New()

static autoPtr<driftModel> New ( const word type,
const populationBalanceModel popBal,
const dictionary dict 
)
static

Referenced by driftModel::clone(), and driftModel::iNew::operator()().

Here is the caller graph for this function:

◆ popBal()

const populationBalanceModel& popBal ( ) const
inline

Return reference to the populationBalanceModel.

Definition at line 136 of file driftModel.H.

References driftModel::addToDriftRate(), and driftModel::correct().

Here is the call graph for this function:

◆ correct()

virtual void correct ( )
virtual

Correct diameter independent expressions.

Reimplemented in phaseChange, and constantDrift.

Referenced by driftModel::popBal().

Here is the caller graph for this function:

◆ addToDriftRate()

virtual void addToDriftRate ( volScalarField driftRate,
const label  i 
)
pure virtual

Add to driftRate.

Implemented in phaseChange, constantDrift, and densityChangeDrift.

Referenced by driftModel::popBal().

Here is the caller graph for this function:

Member Data Documentation

◆ popBal_

const populationBalanceModel& popBal_
protected

Reference to the populationBalanceModel.

Definition at line 57 of file driftModel.H.


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