FreeFOAM The Cross-Platform CFD Toolkit
ORourkeCollisionModel Class Reference

Collision model by P.J. O'Rourke. More...

#include <dieselSpray/ORourkeCollisionModel.H>


Detailed Description

Collision model by P.J. O'Rourke.

Implemented as described in the KIVA manual

Definition at line 49 of file ORourkeCollisionModel.H.

+ Inheritance diagram for ORourkeCollisionModel:
+ Collaboration diagram for ORourkeCollisionModel:

List of all members.

Public Member Functions

 TypeName ("ORourke")
 Runtime type information.
 ORourkeCollisionModel (const dictionary &dict, spray &sm, Random &rndGen)
 Construct from components.
 ~ORourkeCollisionModel ()
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< collisionModelNew (const dictionary &dict, spray &sm, Random &rndGen)
- Protected Attributes inherited from collisionModel
const dictionarydict_
sprayspray_
RandomrndGen_

Constructor & Destructor Documentation

ORourkeCollisionModel ( const dictionary dict,
spray sm,
Random rndGen 
)

Construct from components.

Definition at line 52 of file ORourkeCollisionModel.C.

Definition at line 67 of file ORourkeCollisionModel.C.


Member Function Documentation

TypeName ( "ORourke"  )

Runtime type information.


The documentation for this class was generated from the following files: