DispersionModel< CloudType > Class Template Referenceabstract

Base class for dispersion modelling. More...

Inheritance diagram for DispersionModel< CloudType >:
[legend]

Public Member Functions

 TypeName ("dispersionModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, DispersionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 DispersionModel (CloudType &owner)
 Construct null from owner. More...
 
 DispersionModel (const dictionary &dict, CloudType &owner, const word &type)
 Construct from components. More...
 
 DispersionModel (const DispersionModel< CloudType > &dm)
 Construct copy. More...
 
virtual autoPtr< DispersionModel< CloudType > > clone () const =0
 Construct and return a clone. More...
 
virtual ~DispersionModel ()
 Destructor. More...
 
virtual vector update (const scalar dt, const label celli, const vector &U, const vector &Uc, vector &UTurb, scalar &tTurb)=0
 Update (disperse particles) More...
 

Static Public Member Functions

static autoPtr< DispersionModel< CloudType > > New (const dictionary &dict, CloudType &owner)
 Selector. More...
 

Detailed Description

template<class CloudType>
class Foam::DispersionModel< CloudType >

Base class for dispersion modelling.

Definition at line 86 of file KinematicCloud.H.

Constructor & Destructor Documentation

◆ DispersionModel() [1/3]

DispersionModel ( CloudType owner)

Construct null from owner.

Definition at line 33 of file DispersionModel.C.

◆ DispersionModel() [2/3]

DispersionModel ( const dictionary dict,
CloudType owner,
const word type 
)

Construct from components.

Definition at line 41 of file DispersionModel.C.

◆ DispersionModel() [3/3]

Construct copy.

Definition at line 53 of file DispersionModel.C.

◆ ~DispersionModel()

~DispersionModel ( )
virtual

Destructor.

Definition at line 64 of file DispersionModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "dispersionModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
DispersionModel< CloudType ,
dictionary  ,
(const dictionary &dict, CloudType &owner)  ,
(dict, owner)   
)

◆ clone()

◆ New()

Foam::autoPtr< Foam::DispersionModel< CloudType > > New ( const dictionary dict,
CloudType owner 
)
static

Selector.

Definition at line 36 of file DispersionModelNew.C.

◆ update()

virtual vector update ( const scalar  dt,
const label  celli,
const vector U,
const vector Uc,
vector UTurb,
scalar &  tTurb 
)
pure virtual

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