32 template<
class CloudType>
45 template<
class CloudType>
52 template<
class CloudType>
58 const polyMesh& mesh = this->owner().mesh();
62 const vector nw =
p.normal(mesh);
64 scalar U_dot_nw =
U & nw;
Templated base class for dsmc cloud.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual void correct(typename CloudType::parcelType &p)
Apply wall correction.
SpecularReflection(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
virtual ~SpecularReflection()
Destructor.
Templated wall interaction model class.
A cloud is a collection of lagrangian particles.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh consisting of general polyhedral cells.