32 #ifndef LocalInteraction_H 33 #define LocalInteraction_H 47 template<
class CloudType>
Patch interaction specified on a patch-by-patch basis.
volScalarField & massEscape()
Return access to the massEscape field.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void info(Ostream &os)
Write patch interaction info to stream.
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/any.
virtual ~LocalInteraction()
Destructor.
const dictionary & dict() const
Return const access to the cloud dictionary.
Templated patch interaction model class.
const CloudType & owner() const
Return const access to the owner cloud.
List container for patchInteractionData class.
LocalInteraction(const dictionary &dict, CloudType &owner)
Construct from dictionary.
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...
volScalarField & massStick()
Return access to the massStick field.
TypeName("localInteraction")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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.
virtual bool correct(typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle)
Apply velocity correction.