32 #ifndef NoBinaryCollision_H
33 #define NoBinaryCollision_H
45 template<
class CloudType>
Templated DSMC particle collision class.
const dictionary & dict() const
Return the dictionary.
Templated base class for dsmc cloud.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
No collision BinaryCollision Model.
NoBinaryCollision(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
virtual scalar sigmaTcR(const typename CloudType::parcelType &pP, const typename CloudType::parcelType &pQ) const
Return the collision cross section * relative velocity product.
TypeName("none")
Runtime type information.
virtual ~NoBinaryCollision()
Destructor.
virtual void collide(typename CloudType::parcelType &pP, typename CloudType::parcelType &pQ)
Apply collision.
A cloud is a collection of lagrangian particles.
A list of keyword definitions, which are a keyword followed by any number of values (e....