Go to the documentation of this file.
32 #ifndef SpecularReflection_H
33 #define SpecularReflection_H
45 template<
class CloudType>
TypeName("SpecularReflection")
Runtime type information.
const dictionary & dict() const
Return the dictionary.
SpecularReflection(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
Templated base class for dsmc cloud.
Templated wall interaction model class.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A cloud is a collection of lagrangian particles.
virtual void correct(typename CloudType::parcelType &p, const wallPolyPatch &wpp)
Apply wall correction.
virtual ~SpecularReflection()
Destructor.
Reversing the wall-normal component of the particle velocity.
ParcelType parcelType
Type of parcel the cloud was instantiated for.