Go to the documentation of this file.
33 #ifndef NoInteraction_H
34 #define NoInteraction_H
46 template<
class CloudType>
82 virtual bool active()
const;
91 const scalar trackFraction,
virtual bool active() const
Flag to indicate whether model activates patch interaction model.
virtual bool correct(typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle, const scalar trackFraction, const tetIndices &tetIs)
Apply velocity correction.
virtual autoPtr< PatchInteractionModel< CloudType > > clone() const
Construct and return a clone.
Templated patch interaction model class.
TypeName("none")
Runtime type information.
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 any number of values (e....
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A cloud is a collection of lagrangian particles.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
Dummy class for 'none' option - will raise an error if any functions are called that require return v...
virtual ~NoInteraction()
Destructor.
NoInteraction(const dictionary &dict, CloudType &cloud)
Construct from dictionary.