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.
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 |
![]() | |
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_ |
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.
|
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_.