Go to the documentation of this file.
44 #ifndef StandardWallInteraction_H
45 #define StandardWallInteraction_H
57 template<
class CloudType>
129 const scalar trackFraction,
virtual bool correct(typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle, const scalar trackFraction, const tetIndices &tetIs)
Apply velocity correction.
TypeName("standardWallInteraction")
Runtime type information.
Wall interaction model. Three choices:
virtual ~StandardWallInteraction()
Destructor.
Templated patch interaction model class.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual void info(Ostream &os)
Write patch interaction info to stream.
A patch is a list of labels that address the faces in the global face list.
virtual autoPtr< PatchInteractionModel< CloudType > > clone() const
Construct and return a clone using supplied owner cloud.
Templated base class for dsmc cloud.
label nEscape_
Number of parcels escaped.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalar massStick_
Mass of parcels stuck to patches.
scalar e_
Elasticity coefficient.
PatchInteractionModel< CloudType >::interactionType interactionType_
Interaction type.
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.
label nStick_
Number of parcels stuck to patches.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
scalar massEscape_
Mass of parcels escaped.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
StandardWallInteraction(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
scalar mu_
Restitution coefficient.