33 #ifndef NoInteraction_H 34 #define NoInteraction_H 46 template<
class CloudType>
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.
Templated patch interaction model class.
TypeName("none")
Runtime type information.
A cloud is a collection of lagrangian particles.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual autoPtr< PatchInteractionModel< CloudType > > clone() const
Construct and return a clone.
virtual bool correct(typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle)
Apply velocity correction.
Dummy class for 'none' option - will raise an error if any functions are called that require return v...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A patch is a list of labels that address the faces in the global face list.
virtual ~NoInteraction()
Destructor.
Templated base class for dsmc cloud.
NoInteraction(const dictionary &dict, CloudType &cloud)
Construct from dictionary.