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 | ~StochasticCollisionModel () |
Destructor. More... | |
void | update (typename CloudType::parcelType::trackingData &td, const scalar dt) |
Update the model. More... | |
Protected Member Functions | |
virtual void | collide (typename CloudType::parcelType::trackingData &td, 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 51 of file SuppressionCollision.H.
SuppressionCollision | ( | const dictionary & | dict, |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 69 of file SuppressionCollision.C.
SuppressionCollision | ( | const SuppressionCollision< CloudType > & | cm | ) |
Construct copy.
Definition at line 85 of file SuppressionCollision.C.
|
virtual |
Destructor.
Definition at line 98 of file SuppressionCollision.C.
|
protectedvirtual |
Update the model.
Implements StochasticCollisionModel< CloudType >.
Definition at line 36 of file SuppressionCollision.C.
References Foam::dimTime, Foam::exp(), Foam::max(), p, and kinematicCloud::vDotSweep().
TypeName | ( | "suppressionCollision" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements StochasticCollisionModel< CloudType >.
Definition at line 91 of file SuppressionCollision.H.
|
protected |
Name of cloud used for suppression.
Definition at line 60 of file SuppressionCollision.H.
|
protected |
Suppressed parcel type - optional.
Definition at line 63 of file SuppressionCollision.H.