Go to the documentation of this file.
39 #ifndef PairCollision_H
40 #define PairCollision_H
53 template<
class CloudType>
56 template<
class CloudType>
64 template<
class CloudType>
72 static scalar cosPhiMinFlatWall;
79 static scalar flatWallDuplicateExclusion;
98 void preInteraction();
101 void parcelInteraction();
104 void realRealInteraction();
107 void realReferredInteraction();
110 void wallInteraction();
112 bool duplicatePointInList
115 const point& pointToTest,
116 scalar duplicateRangeSqr
119 bool duplicatePointInList
122 const point& pointToTest,
127 void postInteraction();
virtual autoPtr< CollisionModel< CloudType > > clone() const
TypeName("pairCollision")
virtual label nSubCycles() const
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Templated wall interaction class.
Stores the patch ID and templated data to represent a collision with a wall to be passed to the wall ...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
PairCollision(const dictionary &dict, CloudType &owner)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Templated pair interaction class.
Templated collision model class.