NoPacking< CloudType > Class Template Reference
Inheritance diagram for NoPacking< CloudType >:
[legend]
Collaboration diagram for NoPacking< CloudType >:
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 NoPacking (const dictionary &dict, CloudType &owner)
 Construct from components. More...
 
 NoPacking (const NoPacking< CloudType > &cm)
 Construct copy. More...
 
virtual autoPtr< PackingModel< CloudType > > clone () const
 Construct and return a clone. More...
 
virtual ~NoPacking ()
 Destructor. More...
 
virtual vector velocityCorrection (typename CloudType::parcelType &p, const scalar deltaT) const
 Calculate the velocity correction. More...
 
virtual bool active () const
 Return the model 'active' status. More...
 
- Public Member Functions inherited from PackingModel< CloudType >
 TypeName ("packingModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, PackingModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 Declare runtime constructor selection table. More...
 
 PackingModel (CloudType &owner)
 Construct null from owner. More...
 
 PackingModel (const dictionary &dict, CloudType &owner, const word &type)
 Construct from components. More...
 
 PackingModel (const PackingModel< CloudType > &cm)
 Construct copy. More...
 
virtual ~PackingModel ()
 Destructor. More...
 

Additional Inherited Members

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

Detailed Description

template<class CloudType>
class Foam::PackingModels::NoPacking< CloudType >

Definition at line 56 of file NoPacking.H.

Constructor & Destructor Documentation

◆ NoPacking() [1/2]

NoPacking ( const dictionary dict,
CloudType owner 
)

Construct from components.

Definition at line 34 of file NoPacking.C.

◆ NoPacking() [2/2]

NoPacking ( const NoPacking< CloudType > &  cm)

Construct copy.

Definition at line 45 of file NoPacking.C.

◆ ~NoPacking()

~NoPacking ( )
virtual

Destructor.

Definition at line 56 of file NoPacking.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ clone()

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

Construct and return a clone.

Implements PackingModel< CloudType >.

Definition at line 74 of file NoPacking.H.

◆ velocityCorrection()

Foam::vector velocityCorrection ( typename CloudType::parcelType p,
const scalar  deltaT 
) const
virtual

Calculate the velocity correction.

Implements PackingModel< CloudType >.

Definition at line 64 of file NoPacking.C.

References Foam::Zero.

◆ active()

bool active ( ) const
virtual

Return the model 'active' status.

Definition at line 74 of file NoPacking.C.


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