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.
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 |
![]() | |
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 autoPtr< collisionModel > | New (const dictionary &dict, spray &sm, Random &rndGen) |
![]() | |
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.