NoStochasticCollision< CloudType > Class Template Reference

Dummy collision model for 'none'. More...

Inheritance diagram for NoStochasticCollision< CloudType >:
[legend]
Collaboration diagram for NoStochasticCollision< CloudType >:
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 NoStochasticCollision (const dictionary &dict, CloudType &owner)
 Construct from dictionary. More...
 
 NoStochasticCollision (const NoStochasticCollision< CloudType > &cm)
 Construct copy. More...
 
virtual autoPtr< StochasticCollisionModel< CloudType > > clone () const
 Construct and return a clone. More...
 
virtual ~NoStochasticCollision ()
 Destructor. More...
 
virtual bool active () const
 Flag to indicate whether model activates collision model. More...
 
- Public Member Functions inherited from StochasticCollisionModel< CloudType >
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from StochasticCollisionModel< CloudType >
static autoPtr< StochasticCollisionModel< CloudType > > New (const dictionary &dict, CloudType &owner)
 Selector. More...
 

Detailed Description

template<class CloudType>
class Foam::NoStochasticCollision< CloudType >

Dummy collision model for 'none'.

Definition at line 50 of file NoStochasticCollision.H.

Constructor & Destructor Documentation

◆ NoStochasticCollision() [1/2]

NoStochasticCollision ( const dictionary dict,
CloudType owner 
)

Construct from dictionary.

Definition at line 45 of file NoStochasticCollision.C.

◆ NoStochasticCollision() [2/2]

Construct copy.

Definition at line 56 of file NoStochasticCollision.C.

◆ ~NoStochasticCollision()

~NoStochasticCollision ( )
virtual

Destructor.

Definition at line 67 of file NoStochasticCollision.C.

Member Function Documentation

◆ collide()

void collide ( typename CloudType::parcelType::trackingData &  td,
const scalar  dt 
)
protectedvirtual

Update the model.

Implements StochasticCollisionModel< CloudType >.

Definition at line 34 of file NoStochasticCollision.C.

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ clone()

virtual autoPtr<StochasticCollisionModel<CloudType> > clone ( ) const
inlinevirtual

Construct and return a clone.

Implements StochasticCollisionModel< CloudType >.

Definition at line 81 of file NoStochasticCollision.H.

◆ active()

bool active ( ) const
virtual

Flag to indicate whether model activates collision model.

Definition at line 74 of file NoStochasticCollision.C.


The documentation for this class was generated from the following files: