49 template<
class CloudType>
91 virtual bool active()
const;
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual bool active() const
Flag to indicate whether model activates collision model.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("none")
Runtime type information.
const dictionary & dict() const
Return const access to the cloud dictionary.
virtual autoPtr< CollisionModel< CloudType > > clone() const
Construct and return a clone.
const CloudType & owner() const
Return const access to the owner cloud.
Templated collision model class.
NoCollision(const dictionary &dict, CloudType &owner)
Construct from components.
Place holder for 'none' option.
virtual ~NoCollision()
Destructor.
virtual label nSubCycles() const
Return the number of times to subcycle the current.
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.