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