32template<
class CloudType>
35 typename CloudType::parcelType::trackingData&,
43template<
class CloudType>
54template<
class CloudType>
66template<
class CloudType>
73template<
class CloudType>
const CloudType & owner() const
Return const access to the owner cloud.
Dummy collision model for 'none'.
virtual ~NoStochasticCollision()
Destructor.
virtual void collide(typename CloudType::parcelType::trackingData &td, const scalar dt)
Update the model.
NoStochasticCollision(const dictionary &dict, CloudType &owner)
Construct from dictionary.
virtual bool active() const
Flag to indicate whether model activates collision model.
StochasticCollisionModel(CloudType &owner)
Construct null from owner.
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.
DSMCCloud< dsmcParcel > CloudType