32 #ifndef NoBinaryCollision_H 33 #define NoBinaryCollision_H 45 template<
class CloudType>
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~NoBinaryCollision()
Destructor.
No collision BinaryCollision Model.
Templated DSMC particle collision class.
A cloud is a collection of lagrangian particles.
virtual void collide(typename CloudType::parcelType &pP, typename CloudType::parcelType &pQ)
Apply collision.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
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.
NoBinaryCollision(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
const dictionary & dict() const
Return the dictionary.
Templated base class for dsmc cloud.