33 #ifndef SuppressionCollision_H 34 #define SuppressionCollision_H 46 template<
class CloudType>
67 typename CloudType::parcelType::trackingData& td,
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word suppressionCloud_
Name of cloud used for suppression.
A list of keyword definitions, which are a keyword followed by any number of values (e...
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.
const label suppressedParcelType_
Suppressed parcel type - optional.
const dictionary & dict() const
Return const access to the cloud dictionary.
const CloudType & owner() const
Return const access to the owner cloud.
A class for handling words, derived from string.
TypeName("suppressionCollision")
Runtime type information.
virtual void collide(typename CloudType::parcelType::trackingData &td, const scalar dt)
Update the model.
SuppressionCollision(const dictionary &dict, CloudType &owner)
Construct from dictionary.
virtual ~SuppressionCollision()
Destructor.
Templated stochastic collision model class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Templated base class for dsmc cloud.