32 #ifndef NoStochasticCollision_H
33 #define NoStochasticCollision_H
45 template<
class CloudType>
55 virtual void collide(
typename CloudType::parcelType::trackingData& td);
const CloudType & owner() const
Return const access to the owner cloud.
Templated base class for dsmc cloud.
Dummy collision model for 'none'.
virtual void collide(typename CloudType::parcelType::trackingData &td)
Update the model.
virtual ~NoStochasticCollision()
Destructor.
virtual autoPtr< StochasticCollisionModel< CloudType > > clone() const
Construct and return a clone.
TypeName("none")
Runtime type information.
NoStochasticCollision(const dictionary &dict, CloudType &owner)
Construct from dictionary.
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...
A list of keyword definitions, which are a keyword followed by any number of values (e....
const dictionary & dict() const
Return const access to the cloud dictionary.