No collisions between parcels All parcels move independently of eachother. More...
#include <dieselSpray/noCollision.H>
No collisions between parcels All parcels move independently of eachother.
Definition at line 47 of file noCollision.H.
Inheritance diagram for noCollision:
Collaboration diagram for noCollision:Public Member Functions | |
| TypeName ("off") | |
| Runtime type information. | |
| noCollision (const dictionary &dict, spray &sm, Random &rndGen) | |
| Construct from components. | |
| ~noCollision () | |
| void | collideParcels (const scalar dt) const |
Public Member Functions inherited from collisionModel | |
| TypeName ("collisionModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, collisionModel, dictionary,(const dictionary &dict, spray &sm, Random &rndGen),(dict, sm, rndGen)) | |
| collisionModel (const dictionary &dict, spray &sm, Random &rndGen) | |
| Construct from components. | |
| virtual | ~collisionModel () |
Additional Inherited Members | |
Static Public Member Functions inherited from collisionModel | |
| static autoPtr< collisionModel > | New (const dictionary &dict, spray &sm, Random &rndGen) |
Protected Attributes inherited from collisionModel | |
| const dictionary & | dict_ |
| spray & | spray_ |
| Random & | rndGen_ |
| noCollision | ( | const dictionary & | dict, |
| spray & | sm, | ||
| Random & | rndGen | ||
| ) |
Construct from components.
Definition at line 52 of file noCollision.C.
| ~noCollision | ( | ) |
Definition at line 64 of file noCollision.C.
| TypeName | ( | "off" | ) |
Runtime type information.
|
virtual |
Implements collisionModel.
Definition at line 70 of file noCollision.C.