Inter-cloud collision model, whereby the canReact
flag can be used to inhibit devolatilisation and surface reactions.
More...
Public Member Functions | |
TypeName ("suppressionCollision") | |
Runtime type information. More... | |
SuppressionCollision (const dictionary &dict, CloudType &owner) | |
Construct from dictionary. More... | |
SuppressionCollision (const SuppressionCollision< CloudType > &cm) | |
Construct copy. More... | |
virtual autoPtr< StochasticCollisionModel< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~SuppressionCollision () |
Destructor. More... | |
![]() | |
TypeName ("collisionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, StochasticCollisionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
StochasticCollisionModel (CloudType &owner) | |
Construct null from owner. More... | |
StochasticCollisionModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from dictionary. More... | |
StochasticCollisionModel (const StochasticCollisionModel< CloudType > &cm) | |
Construct copy. More... | |
virtual autoPtr< StochasticCollisionModel< CloudType > > | clone () const=0 |
Construct and return a clone. More... | |
virtual | ~StochasticCollisionModel () |
Destructor. More... | |
void | update (const scalar dt) |
Update the model. More... | |
Protected Member Functions | |
virtual void | collide (const scalar dt) |
Update the model. More... | |
Protected Attributes | |
const word | suppressionCloud_ |
Name of cloud used for suppression. More... | |
const label | suppressedParcelType_ |
Suppressed parcel type - optional. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< StochasticCollisionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
Inter-cloud collision model, whereby the canReact
flag can be used to inhibit devolatilisation and surface reactions.
Definition at line 46 of file SuppressionCollision.H.
SuppressionCollision | ( | const dictionary & | dict, |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 63 of file SuppressionCollision.C.
SuppressionCollision | ( | const SuppressionCollision< CloudType > & | cm | ) |
Construct copy.
Definition at line 79 of file SuppressionCollision.C.
|
virtual |
Destructor.
Definition at line 92 of file SuppressionCollision.C.
|
protectedvirtual |
Update the model.
Implements StochasticCollisionModel< CloudType >.
Definition at line 32 of file SuppressionCollision.C.
References Foam::dimTime, Foam::exp(), forAllIter, Foam::max(), p, Foam::type(), and kinematicCloud::vDotSweep().
TypeName | ( | "suppressionCollision" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 82 of file SuppressionCollision.H.
|
protected |
Name of cloud used for suppression.
Definition at line 55 of file SuppressionCollision.H.
|
protected |
Suppressed parcel type - optional.
Definition at line 58 of file SuppressionCollision.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.