Dummy collision model for 'none'. More...
Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
NoStochasticCollision (const dictionary &dict, CloudType &owner) | |
Construct from dictionary. More... | |
NoStochasticCollision (const NoStochasticCollision< CloudType > &cm) | |
Construct copy. More... | |
virtual autoPtr< StochasticCollisionModel< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~NoStochasticCollision () |
Destructor. More... | |
virtual bool | active () const |
Flag to indicate whether model activates collision model. More... | |
![]() | |
TypeName ("collisionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, StochasticCollisionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
StochasticCollisionModel (CloudType &owner) | |
Construct null from owner. More... | |
StochasticCollisionModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from dictionary. More... | |
StochasticCollisionModel (const StochasticCollisionModel< CloudType > &cm) | |
Construct copy. More... | |
virtual autoPtr< StochasticCollisionModel< CloudType > > | clone () const=0 |
Construct and return a clone. More... | |
virtual | ~StochasticCollisionModel () |
Destructor. More... | |
void | update (const scalar dt) |
Update the model. More... | |
Protected Member Functions | |
virtual void | collide (const scalar dt) |
Update the model. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< StochasticCollisionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
Dummy collision model for 'none'.
Definition at line 45 of file NoStochasticCollision.H.
NoStochasticCollision | ( | const dictionary & | dict, |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 41 of file NoStochasticCollision.C.
NoStochasticCollision | ( | const NoStochasticCollision< CloudType > & | cm | ) |
Construct copy.
Definition at line 52 of file NoStochasticCollision.C.
|
virtual |
Destructor.
Definition at line 63 of file NoStochasticCollision.C.
|
protectedvirtual |
Update the model.
Implements StochasticCollisionModel< CloudType >.
Definition at line 31 of file NoStochasticCollision.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 72 of file NoStochasticCollision.H.
|
virtual |
Flag to indicate whether model activates collision model.
Definition at line 70 of file NoStochasticCollision.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.