Go to the documentation of this file.
45 template<
class CloudType>
93 const scalar trackFraction,
Simple rebound patch interaction model.
TypeName("rebound")
Runtime type information.
Templated patch interaction model class.
scalar UFactor_
Factor applied to velocity on rebound.
A patch is a list of labels that address the faces in the global face list.
Templated base class for dsmc cloud.
virtual bool correct(typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle, const scalar trackFraction, const tetIndices &tetIs)
Apply velocity correction.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual ~Rebound()
Destructor.
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.
Rebound(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual autoPtr< PatchInteractionModel< CloudType > > clone() const
Construct and return a clone.