Collision model by P.J. O'Rourke. Implemented as described in the KIVA manual. More...
#include <dieselSpray/trajectoryModel.H>
Collision model by P.J. O'Rourke. Implemented as described in the KIVA manual.
Definition at line 51 of file trajectoryModel.H.
Inheritance diagram for trajectoryCollisionModel:
Collaboration diagram for trajectoryCollisionModel:Public Member Functions | |
| TypeName ("trajectory") | |
| Runtime type information.
| |
| trajectoryCollisionModel (const dictionary &dict, spray &sm, Random &rndGen) | |
| Construct from components.
| |
| ~trajectoryCollisionModel () | |
| void | collideParcels (const scalar dt) const |
| trajectoryCollisionModel | ( | const dictionary & | dict, |
| spray & | sm, | ||
| Random & | rndGen | ||
| ) |
Construct from components.
Definition at line 50 of file trajectoryModel.C.
Definition at line 67 of file trajectoryModel.C.
| TypeName | ( | "trajectory" | ) |
Runtime type information.
| void collideParcels | ( | const scalar | dt ) | const [virtual]
|
Implements collisionModel.
Definition at line 73 of file trajectoryModel.C.
References Cloud< ParticleType >::begin(), Cloud< ParticleType >::deleteParticle(), Cloud< ParticleType >::end(), Cloud< ParticleType >::size(), and collisionModel::spray_.