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... | |
Public Member Functions inherited from StochasticCollisionModel< CloudType > | |
| 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 | ~StochasticCollisionModel () |
| Destructor. More... | |
| void | update (typename CloudType::parcelType::trackingData &td, const scalar dt) |
| Update the model. More... | |
Protected Member Functions | |
| virtual void | collide (typename CloudType::parcelType::trackingData &td, const scalar dt) |
| Update the model. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from StochasticCollisionModel< CloudType > | |
| static autoPtr< StochasticCollisionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. More... | |
Dummy collision model for 'none'.
Definition at line 50 of file NoStochasticCollision.H.
| NoStochasticCollision | ( | const dictionary & | dict, |
| CloudType & | owner | ||
| ) |
Construct from dictionary.
Definition at line 45 of file NoStochasticCollision.C.
| NoStochasticCollision | ( | const NoStochasticCollision< CloudType > & | cm | ) |
Construct copy.
Definition at line 56 of file NoStochasticCollision.C.
|
virtual |
Destructor.
Definition at line 67 of file NoStochasticCollision.C.
|
protectedvirtual |
Update the model.
Implements StochasticCollisionModel< CloudType >.
Definition at line 34 of file NoStochasticCollision.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements StochasticCollisionModel< CloudType >.
Definition at line 81 of file NoStochasticCollision.H.
|
virtual |
Flag to indicate whether model activates collision model.
Definition at line 74 of file NoStochasticCollision.C.