38#ifndef SuppressionCollision_H
39#define SuppressionCollision_H
51template<
class CloudType>
72 typename CloudType::parcelType::trackingData&
td,
const CloudType & owner() const
Return const access to the owner cloud.
StochasticCollisionModel(CloudType &owner)
Construct null from owner.
SuppressionCollision(const dictionary &dict, CloudType &owner)
Construct from dictionary.
TypeName("suppressionCollision")
Runtime type information.
const word suppressionCloud_
Name of cloud used for suppression.
const label suppressedParcelType_
Suppressed parcel type - optional.
virtual ~SuppressionCollision()
Destructor.
virtual void collide(typename CloudType::parcelType::trackingData &td, const scalar dt)
Update the model.
virtual autoPtr< StochasticCollisionModel< CloudType > > clone() const
Construct and return a clone.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const dictionary & dict() const
Return const access to the cloud dictionary.
A class for handling words, derived from Foam::string.
wallPoints::trackData td(isBlockedFace, regionToBlockSize)
DSMCCloud< dsmcParcel > CloudType
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.