Dummy class for 'none' option - will raise an error if any functions are called that require return values. More...
Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
NoInteraction (const dictionary &dict, CloudType &cloud) | |
Construct from dictionary. More... | |
NoInteraction (const NoInteraction< CloudType > &pim) | |
Construct copy. More... | |
virtual autoPtr< PatchInteractionModel< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~NoInteraction () |
Destructor. More... | |
virtual bool | active () const |
Flag to indicate whether model activates patch interaction model. More... | |
virtual bool | correct (typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle, const scalar trackFraction, const tetIndices &tetIs) |
Apply velocity correction. More... | |
![]() | |
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... | |
void | addToEscapedParcels (const scalar mass) |
Add to escaped parcels. More... | |
virtual void | info (Ostream &os) |
Write patch interaction info to stream. More... | |
Additional Inherited Members | |
![]() | |
enum | interactionType |
![]() | |
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 wordList | interactionTypeNames_ |
![]() | |
const word | UName_ |
Name of velocity field - default = "U". More... | |
label | escapedParcels_ |
Number of parcels escaped. More... | |
scalar | escapedMass_ |
Mass of parcels escaped. More... | |
Dummy class for 'none' option - will raise an error if any functions are called that require return values.
Definition at line 46 of file NoInteraction.H.
NoInteraction | ( | const dictionary & | dict, |
CloudType & | cloud | ||
) |
Construct from dictionary.
Definition at line 32 of file NoInteraction.C.
NoInteraction | ( | const NoInteraction< CloudType > & | pim | ) |
Construct copy.
Definition at line 43 of file NoInteraction.C.
|
virtual |
Destructor.
Definition at line 54 of file NoInteraction.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 65 of file NoInteraction.H.
|
virtual |
Flag to indicate whether model activates patch interaction model.
Definition at line 61 of file NoInteraction.C.
|
virtual |
Apply velocity correction.
Returns true if particle remains in same cell
Implements PatchInteractionModel< CloudType >.
Definition at line 69 of file NoInteraction.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.