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

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

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

Public Member Functions

 TypeName ("isotropyModel")
 
 declareRunTimeSelectionTable (autoPtr, IsotropyModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 IsotropyModel (CloudType &owner)
 
 IsotropyModel (const dictionary &dict, CloudType &owner, const word &type)
 
 IsotropyModel (const IsotropyModel< CloudType > &cm)
 
virtual autoPtr< IsotropyModel< CloudType > > clone () const =0
 
virtual ~IsotropyModel ()
 
virtual void calculate ()=0
 

Static Public Member Functions

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

Protected Attributes

autoPtr< TimeScaleModeltimeScaleModel_
 

Detailed Description

Base class for collisional return-to-isotropy models.

Source files

Definition at line 100 of file KinematicCloud.H.

Constructor & Destructor Documentation

◆ IsotropyModel() [1/3]

IsotropyModel ( CloudType owner)

Definition at line 28 of file IsotropyModel.C.

◆ IsotropyModel() [2/3]

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

Definition at line 37 of file IsotropyModel.C.

◆ IsotropyModel() [3/3]

Definition at line 56 of file IsotropyModel.C.

◆ ~IsotropyModel()

~IsotropyModel ( )
virtual

Definition at line 68 of file IsotropyModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "isotropyModel"  )

◆ declareRunTimeSelectionTable()

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

◆ clone()

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

◆ New()

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

Definition at line 77 of file IsotropyModel.C.

◆ calculate()

virtual void calculate ( )
pure virtual

Member Data Documentation

◆ timeScaleModel_

autoPtr<TimeScaleModel> timeScaleModel_
protected

Definition at line 66 of file IsotropyModel.H.


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