Go to the documentation of this file.
33 #ifndef SuppressionCollision_H
34 #define SuppressionCollision_H
46 template<
class CloudType>
65 virtual void collide(
const scalar dt);
const word suppressionCloud_
Name of cloud used for suppression.
A class for handling words, derived from string.
Inter-cloud collision model, whereby the canReact flag can be used to inhibit devolatilisation and su...
virtual autoPtr< StochasticCollisionModel< CloudType > > clone() const
Construct and return a clone.
Templated stochastic collision model class.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
SuppressionCollision(const dictionary &dict, CloudType &owner)
Construct from dictionary.
const label suppressedParcelType_
Suppressed parcel type - optional.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
TypeName("suppressionCollision")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual ~SuppressionCollision()
Destructor.
virtual void collide(const scalar dt)
Update the model.