Public Member Functions | List of all members
PlessisMasliyahDragForce< CloudType > Class Template Reference

PlessisMasliyahDragForce drag model for solid spheres. More...

Inheritance diagram for PlessisMasliyahDragForce< CloudType >:
Inheritance graph
[legend]
Collaboration diagram for PlessisMasliyahDragForce< CloudType >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("PlessisMasliyahDrag")
 Runtime type information. More...
 
 PlessisMasliyahDragForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict)
 Construct from mesh. More...
 
 PlessisMasliyahDragForce (const PlessisMasliyahDragForce< CloudType > &df)
 Construct copy. More...
 
virtual autoPtr< ParticleForce< CloudType > > clone () const
 Construct and return a clone. More...
 
virtual ~PlessisMasliyahDragForce ()
 Destructor. More...
 
virtual forceSuSp calcCoupled (const typename CloudType::parcelType &p, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const
 Calculate the coupled force. More...
 
- Public Member Functions inherited from ParticleForce< CloudType >
 TypeName ("particleForce")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, ParticleForce, dictionary,(CloudType &owner, const fvMesh &mesh, const dictionary &dict),(owner, mesh, dict))
 Declare runtime constructor selection table. More...
 
 ParticleForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType, const bool readCoeffs)
 Construct from mesh. More...
 
 ParticleForce (const ParticleForce &pf)
 Construct copy. More...
 
virtual ~ParticleForce ()
 Destructor. More...
 
const CloudTypeowner () const
 Return const access to the cloud owner. More...
 
CloudTypeowner ()
 Return refernce to the cloud owner. More...
 
const fvMeshmesh () const
 Return the mesh database. More...
 
const dictionarycoeffs () const
 Return the force coefficients dictionary. More...
 
virtual void cacheFields (const bool store)
 Cache fields. More...
 
virtual forceSuSp calcNonCoupled (const typename CloudType::parcelType &p, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const
 Calculate the non-coupled force. More...
 
virtual scalar massAdd (const typename CloudType::parcelType &p, const scalar mass) const
 Return the added mass. More...
 

Additional Inherited Members

- Public Types inherited from ParticleForce< CloudType >
typedef VectorSpace< Vector< vector >, vector, 2 > returnType
 Convenience typedef for return type. More...
 
- Static Public Member Functions inherited from ParticleForce< CloudType >
static autoPtr< ParticleForce< CloudType > > New (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType)
 Selector. More...
 

Detailed Description

template<class CloudType>
class Foam::PlessisMasliyahDragForce< CloudType >

PlessisMasliyahDragForce drag model for solid spheres.

Definition at line 47 of file PlessisMasliyahDragForce.H.

Constructor & Destructor Documentation

PlessisMasliyahDragForce ( CloudType owner,
const fvMesh mesh,
const dictionary dict 
)

Construct from mesh.

Definition at line 52 of file PlessisMasliyahDragForce.C.

Construct copy.

Definition at line 71 of file PlessisMasliyahDragForce.C.

Destructor.

Definition at line 89 of file PlessisMasliyahDragForce.C.

References PlessisMasliyahDragForce< CloudType >::calcCoupled().

Referenced by PlessisMasliyahDragForce< CloudType >::clone().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

TypeName ( "PlessisMasliyahDrag"  )

Runtime type information.

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

Construct and return a clone.

Reimplemented from ParticleForce< CloudType >.

Definition at line 83 of file PlessisMasliyahDragForce.H.

References PlessisMasliyahDragForce< CloudType >::calcCoupled(), p, and PlessisMasliyahDragForce< CloudType >::~PlessisMasliyahDragForce().

Here is the call graph for this function:

Foam::forceSuSp calcCoupled ( const typename CloudType::parcelType p,
const scalar  dt,
const scalar  mass,
const scalar  Re,
const scalar  muc 
) const
virtual

Calculate the coupled force.

Reimplemented from ParticleForce< CloudType >.

Definition at line 97 of file PlessisMasliyahDragForce.C.

References Foam::pow(), Foam::pow3(), Foam::Re(), Foam::sqr(), and Foam::Zero.

Referenced by PlessisMasliyahDragForce< CloudType >::clone(), and PlessisMasliyahDragForce< CloudType >::~PlessisMasliyahDragForce().

Here is the call graph for this function:

Here is the caller graph for this function:


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