Base class for packing models. More...
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< ParticleStressModel > | particleStressModel_ |
PackingModel | ( | CloudType & | owner | ) |
Definition at line 30 of file PackingModel.C.
PackingModel | ( | const dictionary & | dict, |
CloudType & | owner, | ||
const word & | type | ||
) |
Definition at line 39 of file PackingModel.C.
PackingModel | ( | const PackingModel< CloudType > & | cm | ) |
Definition at line 57 of file PackingModel.C.
|
virtual |
Definition at line 67 of file PackingModel.C.
TypeName | ( | "packingModel" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
PackingModel | , | ||
dictionary | , | ||
(const dictionary &dict, CloudType &owner) | , | ||
(dict, owner) | |||
) |
|
pure virtual |
|
static |
Definition at line 76 of file PackingModel.C.
|
pure virtual |
Implemented in Explicit< CloudType >, Implicit< CloudType >, and NoPacking< CloudType >.
|
protected |
Definition at line 73 of file PackingModel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.