Go to the documentation of this file.
32 #ifndef NoStochasticCollision_H
33 #define NoStochasticCollision_H
45 template<
class CloudType>
55 virtual void collide(
const scalar dt);
89 virtual bool active()
const;
NoStochasticCollision(const dictionary &dict, CloudType &owner)
Construct from dictionary.
TypeName("none")
Runtime type information.
Templated stochastic collision model class.
virtual bool active() const
Flag to indicate whether model activates collision model.
virtual ~NoStochasticCollision()
Destructor.
Dummy collision model for 'none'.
Templated base class for dsmc cloud.
virtual autoPtr< StochasticCollisionModel< CloudType > > clone() const
Construct and return a clone.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void collide(const scalar dt)
Update the model.