Public Member Functions | Static Public Member Functions | List of all members
DispersionModel Class Referenceabstract

Base class for dispersion modelling. More...

Inheritance diagram for DispersionModel:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("dispersionModel")
 
 declareRunTimeSelectionTable (autoPtr, DispersionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 DispersionModel (CloudType &owner)
 
 DispersionModel (const dictionary &dict, CloudType &owner, const word &type)
 
 DispersionModel (const DispersionModel< CloudType > &dm)
 
virtual autoPtr< DispersionModel< CloudType > > clone () const =0
 
virtual ~DispersionModel ()
 
virtual vector update (const scalar dt, const label celli, const vector &U, const vector &Uc, vector &UTurb, scalar &tTurb)=0
 

Static Public Member Functions

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

Detailed Description

Base class for dispersion modelling.

Definition at line 82 of file KinematicCloud.H.

Constructor & Destructor Documentation

◆ DispersionModel() [1/3]

DispersionModel ( CloudType owner)

Definition at line 26 of file DispersionModel.C.

◆ DispersionModel() [2/3]

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

Definition at line 34 of file DispersionModel.C.

◆ DispersionModel() [3/3]

Definition at line 46 of file DispersionModel.C.

◆ ~DispersionModel()

~DispersionModel ( )
virtual

Definition at line 57 of file DispersionModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "dispersionModel"  )

◆ declareRunTimeSelectionTable()

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

◆ clone()

virtual autoPtr<DispersionModel<CloudType> > clone ( ) const
pure virtual

◆ New()

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

Definition at line 29 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: