constantDrift Class Reference

Constant drift rate within all classes computed from fvOptions mass source. More...

Inheritance diagram for constantDrift:
Collaboration diagram for constantDrift:

Public Member Functions

 TypeName ("constant")
 Runtime type information. More...
 
 constantDrift (const populationBalanceModel &popBal, const dictionary &dict)
 
virtual ~constantDrift ()
 Destructor. More...
 
virtual void correct ()
 Correct diameter independent expressions. More...
 
virtual void addToDriftRate (volScalarField &driftRate, const label i)
 Add to driftRate. More...
 
- Public Member Functions inherited from driftModel
 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...
 
const dictionarydict () const
 Return reference to model dictionary. More...
 

Additional Inherited Members

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

Detailed Description

Constant drift rate within all classes computed from fvOptions mass source.

Source files

Definition at line 52 of file constantDrift.H.

Constructor & Destructor Documentation

◆ constantDrift()

constantDrift ( const populationBalanceModel popBal,
const dictionary dict 
)

◆ ~constantDrift()

virtual ~constantDrift ( )
inlinevirtual

Destructor.

Definition at line 77 of file constantDrift.H.

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

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "constant"  )

Runtime type information.

◆ correct()

virtual void correct ( )
virtual

Correct diameter independent expressions.

Reimplemented from driftModel.

Referenced by constantDrift::~constantDrift().

Here is the caller graph for this function:

◆ addToDriftRate()

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

Add to driftRate.

Implements driftModel.

Referenced by constantDrift::~constantDrift().

Here is the caller graph for this function:

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