Go to the documentation of this file.
74 #ifndef MultiInteraction_H
75 #define MultiInteraction_H
87 template<
class CloudType>
136 virtual bool active()
const;
145 const scalar trackFraction,
virtual bool active() const
Flag to indicate whether model activates patch interaction model.
TypeName("multiInteraction")
Runtime type information.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
virtual ~MultiInteraction()
Destructor.
MultiInteraction(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
Switch oneInteractionOnly_
Runs multiple patch interaction models in turn. Takes dictionary where all the subdictionaries are th...
Templated patch interaction model class.
A patch is a list of labels that address the faces in the global face list.
PtrList< PatchInteractionModel< CloudType > > models_
Submodels.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Templated base class for dsmc cloud.
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.
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.
bool read(const dictionary &)
Read settings.
virtual bool correct(typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle, const scalar trackFraction, const tetIndices &tetIs)
Apply velocity correction.
ParcelType parcelType
Type of parcel the cloud was instantiated for.