45 template<
class CloudType>
virtual ~Rebound()
Destructor.
TypeName("rebound")
Runtime type information.
virtual autoPtr< PatchInteractionModel< CloudType > > clone() const
Construct and return a clone.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Simple rebound patch interaction model.
const dictionary & dict() const
Return const access to the cloud dictionary.
Templated patch interaction model class.
A cloud is a collection of lagrangian particles.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
Rebound(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
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.
Templated base class for dsmc cloud.
virtual bool correct(typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle)
Apply velocity correction.