|
Public Member Functions |
| 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 () |
virtual void | collideParcels (const scalar dt) const =0 |
Static Public Member Functions |
autoPtr< collisionModel > | New (const dictionary &dict, spray &sm, Random &rndGen) |
Protected Attributes |
const dictionary & | dict_ |
spray & | spray_ |
Random & | rndGen_ |