32 #ifndef LocalInteraction_H 33 #define LocalInteraction_H 47 template<
class CloudType>
126 const scalar trackFraction,
virtual void info(Ostream &os)
Write patch interaction info to stream.
const CloudType & owner() const
Return const access to the owner cloud.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
TypeName("localInteraction")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual autoPtr< PatchInteractionModel< CloudType > > clone() const
Construct and return a clone using supplied owner cloud.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
A patch is a list of labels that address the faces in the global face list.
Templated patch interaction model class.
virtual bool correct(typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle, const scalar trackFraction, const tetIndices &tetIs)
Apply velocity correction.
const dictionary & dict() const
Return const access to the cloud dictionary.
List container for patchInteractionData class.
volScalarField & massStick()
Return access to the massStick field.
Patch interaction specified on a patch-by-patch basis.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
LocalInteraction(const dictionary &dict, CloudType &owner)
Construct from dictionary.
virtual ~LocalInteraction()
Destructor.
Templated base class for dsmc cloud.
volScalarField & massEscape()
Return access to the massEscape field.
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...