Go to the documentation of this file.
38 #ifndef NoInteraction_H
39 #define NoInteraction_H
51 template<
class CloudType>
87 virtual bool active()
const;
virtual ~NoInteraction()=default
virtual bool active() const
virtual autoPtr< PatchInteractionModel< CloudType > > clone() const
Templated patch interaction model class.
A patch is a list of labels that address the faces in the global face list.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A cloud is a registry collection of lagrangian particles.
virtual bool correct(typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle)
Dummy class for 'none' option - will raise an error if any functions are called that require return v...
NoInteraction(const dictionary &dict, CloudType &cloud)