Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
NoPacking (const dictionary &dict, CloudType &owner) | |
Construct from components. More... | |
NoPacking (const NoPacking< CloudType > &cm) | |
Construct copy. More... | |
virtual autoPtr< PackingModel< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~NoPacking () |
Destructor. More... | |
virtual vector | velocityCorrection (typename CloudType::parcelType &p, const scalar deltaT) const |
Calculate the velocity correction. More... | |
virtual bool | active () const |
Return the model 'active' status. More... | |
![]() | |
TypeName ("packingModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, PackingModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
PackingModel (CloudType &owner) | |
Construct null from owner. More... | |
PackingModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from components. More... | |
PackingModel (const PackingModel< CloudType > &cm) | |
Construct copy. More... | |
virtual autoPtr< PackingModel< CloudType > > | clone () const=0 |
Construct and return a clone. More... | |
virtual | ~PackingModel () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< PackingModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
![]() | |
autoPtr< ParticleStressModel > | particleStressModel_ |
Protected data. More... | |
Definition at line 50 of file NoPacking.H.
NoPacking | ( | const dictionary & | dict, |
CloudType & | owner | ||
) |
Construct from components.
Definition at line 32 of file NoPacking.C.
Construct copy.
Definition at line 43 of file NoPacking.C.
|
virtual |
Destructor.
Definition at line 54 of file NoPacking.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 68 of file NoPacking.H.
|
virtual |
Calculate the velocity correction.
Implements PackingModel< CloudType >.
Definition at line 62 of file NoPacking.C.
|
virtual |
Return the model 'active' status.
Definition at line 72 of file NoPacking.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.