47 #ifndef StandardWallInteraction_H 48 #define StandardWallInteraction_H 60 template<
class CloudType>
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
scalar mu_
Restitution coefficient.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool correct(typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle)
Apply velocity correction.
virtual autoPtr< PatchInteractionModel< CloudType > > clone() const
Construct and return a clone using supplied owner cloud.
virtual ~StandardWallInteraction()
Destructor.
const dictionary & dict() const
Return const access to the cloud dictionary.
Templated patch interaction model class.
PatchInteractionModel< CloudType >::interactionType interactionType_
Interaction type.
scalar massEscape_
Mass of parcels escaped.
A cloud is a collection of lagrangian particles.
label nStick_
Number of parcels stuck to patches.
scalar e_
Elasticity coefficient.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void info(Ostream &os)
Write patch interaction info to stream.
scalar massStick_
Mass of parcels stuck to patches.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
StandardWallInteraction(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
TypeName("standardWallInteraction")
Runtime type information.
A patch is a list of labels that address the faces in the global face list.
Templated base class for dsmc cloud.
label nEscape_
Number of parcels escaped.