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... | |
Public Member Functions inherited from PackingModel< CloudType > | |
| 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 | ~PackingModel () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from PackingModel< CloudType > | |
| static autoPtr< PackingModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. More... | |
Protected Attributes inherited from PackingModel< CloudType > | |
| autoPtr< ParticleStressModel > | particleStressModel_ |
| Protected data. More... | |
Definition at line 56 of file NoPacking.H.
| NoPacking | ( | const dictionary & | dict, |
| CloudType & | owner | ||
| ) |
Construct from components.
Definition at line 34 of file NoPacking.C.
Construct copy.
Definition at line 45 of file NoPacking.C.
|
virtual |
Destructor.
Definition at line 56 of file NoPacking.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements PackingModel< CloudType >.
Definition at line 74 of file NoPacking.H.
|
virtual |
Calculate the velocity correction.
Implements PackingModel< CloudType >.
Definition at line 64 of file NoPacking.C.
References Foam::Zero.
|
virtual |
Return the model 'active' status.
Definition at line 74 of file NoPacking.C.