IsotropyModel< CloudType > Class Template Referenceabstract

Base class for collisional return-to-isotropy models. More...

Inheritance diagram for IsotropyModel< CloudType >:
[legend]
Collaboration diagram for IsotropyModel< CloudType >:
[legend]

Public Member Functions

 TypeName ("isotropyModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, IsotropyModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 Declare runtime constructor selection table. More...
 
 IsotropyModel (CloudType &owner)
 Construct null from owner. More...
 
 IsotropyModel (const dictionary &dict, CloudType &owner, const word &type)
 Construct from components. More...
 
 IsotropyModel (const IsotropyModel< CloudType > &cm)
 Construct a copy. More...
 
virtual autoPtr< IsotropyModel< CloudType > > clone () const =0
 Construct and return a clone. More...
 
virtual ~IsotropyModel ()
 Destructor. More...
 
virtual void calculate ()=0
 Member Functions. More...
 

Static Public Member Functions

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

Protected Attributes

autoPtr< TimeScaleModeltimeScaleModel_
 Time scale model. More...
 

Detailed Description

template<class CloudType>
class Foam::IsotropyModel< CloudType >

Base class for collisional return-to-isotropy models.

Source files

Definition at line 104 of file KinematicCloud.H.

Constructor & Destructor Documentation

◆ IsotropyModel() [1/3]

IsotropyModel ( CloudType owner)

Construct null from owner.

Definition at line 35 of file IsotropyModel.C.

◆ IsotropyModel() [2/3]

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

Construct from components.

Definition at line 44 of file IsotropyModel.C.

◆ IsotropyModel() [3/3]

Construct a copy.

Definition at line 63 of file IsotropyModel.C.

◆ ~IsotropyModel()

~IsotropyModel ( )
virtual

Destructor.

Definition at line 75 of file IsotropyModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "isotropyModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime constructor selection table.

◆ clone()

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

Construct and return a clone.

Implemented in Stochastic< CloudType >, and NoIsotropy< CloudType >.

◆ New()

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

Selector.

Definition at line 84 of file IsotropyModel.C.

◆ calculate()

virtual void calculate ( )
pure virtual

Member Functions.

Calculate velocities

Implemented in Stochastic< CloudType >, and NoIsotropy< CloudType >.

Member Data Documentation

◆ timeScaleModel_

autoPtr<TimeScaleModel> timeScaleModel_
protected

Time scale model.

Definition at line 70 of file IsotropyModel.H.


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