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

Base class for packing models. More...

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

Public Member Functions

 TypeName ("packingModel")
 
 declareRunTimeSelectionTable (autoPtr, PackingModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 PackingModel (CloudType &owner)
 
 PackingModel (const dictionary &dict, CloudType &owner, const word &type)
 
 PackingModel (const PackingModel< CloudType > &cm)
 
virtual autoPtr< PackingModel< CloudType > > clone () const =0
 
virtual ~PackingModel ()
 
virtual vector velocityCorrection (typename CloudType::parcelType &p, const scalar deltaT) const =0
 

Static Public Member Functions

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

Protected Attributes

autoPtr< ParticleStressModelparticleStressModel_
 

Detailed Description

Base class for packing models.

Source files

Definition at line 94 of file KinematicCloud.H.

Constructor & Destructor Documentation

◆ PackingModel() [1/3]

PackingModel ( CloudType owner)

Definition at line 30 of file PackingModel.C.

◆ PackingModel() [2/3]

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

Definition at line 39 of file PackingModel.C.

◆ PackingModel() [3/3]

PackingModel ( const PackingModel< CloudType > &  cm)

Definition at line 57 of file PackingModel.C.

◆ ~PackingModel()

~PackingModel ( )
virtual

Definition at line 67 of file PackingModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "packingModel"  )

◆ declareRunTimeSelectionTable()

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

◆ clone()

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

◆ New()

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

Definition at line 76 of file PackingModel.C.

◆ velocityCorrection()

virtual vector velocityCorrection ( typename CloudType::parcelType p,
const scalar  deltaT 
) const
pure virtual

Member Data Documentation

◆ particleStressModel_

autoPtr<ParticleStressModel> particleStressModel_
protected

Definition at line 73 of file PackingModel.H.


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