Templated patch interaction model class. More...
Public Types | |
enum | interactionType { itRebound, itStick, itEscape, itOther } |
Public Member Functions | |
TypeName ("patchInteractionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, PatchInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
PatchInteractionModel (CloudType &owner) | |
Construct null from owner. More... | |
PatchInteractionModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from components. More... | |
PatchInteractionModel (const PatchInteractionModel< CloudType > &pim) | |
Construct copy. More... | |
virtual autoPtr< PatchInteractionModel< CloudType > > | clone () const =0 |
Construct and return a clone. More... | |
virtual | ~PatchInteractionModel () |
Destructor. More... | |
const word & | UName () const |
Return name of velocity field. More... | |
virtual bool | correct (typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle, const scalar trackFraction, const tetIndices &tetIs)=0 |
Apply velocity correction. More... | |
void | addToEscapedParcels (const scalar mass) |
Add to escaped parcels. More... | |
virtual void | info (Ostream &os) |
Write patch interaction info to stream. More... | |
Static Public Member Functions | |
static autoPtr< PatchInteractionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
static word | interactionTypeToWord (const interactionType &itEnum) |
Convert interaction result to word. More... | |
static interactionType | wordToInteractionType (const word &itWord) |
Convert word to interaction result. More... | |
Static Public Attributes | |
static wordList | interactionTypeNames_ |
Protected Attributes | |
const word | UName_ |
Name of velocity field - default = "U". More... | |
label | escapedParcels_ |
Number of parcels escaped. More... | |
scalar | escapedMass_ |
Mass of parcels escaped. More... | |
Templated patch interaction model class.
Definition at line 82 of file KinematicCloud.H.
enum interactionType |
Enumerator | |
---|---|
itRebound | |
itStick | |
itEscape | |
itOther |
Definition at line 65 of file PatchInteractionModel.H.
PatchInteractionModel | ( | CloudType & | owner | ) |
Construct null from owner.
Definition at line 108 of file PatchInteractionModel.C.
PatchInteractionModel | ( | const dictionary & | dict, |
CloudType & | owner, | ||
const word & | type | ||
) |
Construct from components.
Definition at line 119 of file PatchInteractionModel.C.
PatchInteractionModel | ( | const PatchInteractionModel< CloudType > & | pim | ) |
Construct copy.
Definition at line 134 of file PatchInteractionModel.C.
|
virtual |
Destructor.
Definition at line 148 of file PatchInteractionModel.C.
TypeName | ( | "patchInteractionModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
PatchInteractionModel | , | ||
dictionary | , | ||
(const dictionary &dict, CloudType &owner) | , | ||
(dict, owner) | |||
) |
Declare runtime constructor selection table.
|
pure virtual |
Construct and return a clone.
|
static |
Selector.
Definition at line 33 of file PatchInteractionModelNew.C.
const Foam::word & UName | ( | ) | const |
Return name of velocity field.
Definition at line 155 of file PatchInteractionModel.C.
|
static |
Convert interaction result to word.
Definition at line 46 of file PatchInteractionModel.C.
|
static |
Convert word to interaction result.
Definition at line 81 of file PatchInteractionModel.C.
|
pure virtual |
Apply velocity correction.
Returns true if particle remains in same cell
Implemented in MultiInteraction< CloudType >, StandardWallInteraction< CloudType >, LocalInteraction< CloudType >, Rebound< CloudType >, and NoInteraction< CloudType >.
void addToEscapedParcels | ( | const scalar | mass | ) |
Add to escaped parcels.
Definition at line 163 of file PatchInteractionModel.C.
|
virtual |
Write patch interaction info to stream.
Reimplemented in StandardWallInteraction< CloudType >, and LocalInteraction< CloudType >.
Definition at line 173 of file PatchInteractionModel.C.
|
static |
Definition at line 73 of file PatchInteractionModel.H.
|
protected |
Name of velocity field - default = "U".
Definition at line 81 of file PatchInteractionModel.H.
|
protected |
Number of parcels escaped.
Definition at line 87 of file PatchInteractionModel.H.
|
protected |
Mass of parcels escaped.
Definition at line 90 of file PatchInteractionModel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.