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

Drag model based on assumption of solid spheres. More...

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

Public Member Functions

 TypeName ("sphereDrag")
 Runtime type information. More...
 
 SphereDragForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict)
 Construct from mesh. More...
 
 SphereDragForce (const SphereDragForce< CloudType > &df)
 Construct copy. More...
 
virtual autoPtr< ParticleForce< CloudType > > clone () const
 Construct and return a clone. More...
 
virtual ~SphereDragForce ()
 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 CloudType & owner () const
 Return const access to the cloud owner. More...
 
CloudType & owner ()
 Return refernce to the cloud owner. More...
 
const fvMesh & mesh () const
 Return the mesh database. More...
 
const dictionary & coeffs () 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::SphereDragForce< CloudType >

Drag model based on assumption of solid spheres.

Definition at line 45 of file SphereDragForce.H.

Constructor & Destructor Documentation

SphereDragForce ( CloudType &  owner,
const fvMesh &  mesh,
const dictionary &  dict 
)

Construct from mesh.

Definition at line 48 of file SphereDragForce.C.

Construct copy.

Definition at line 60 of file SphereDragForce.C.

~SphereDragForce ( )
virtual

Destructor.

Definition at line 71 of file SphereDragForce.C.

References SphereDragForce< CloudType >::calcCoupled().

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

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

TypeName ( "sphereDrag"  )

Runtime type information.

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

Construct and return a clone.

Reimplemented from ParticleForce< CloudType >.

Definition at line 75 of file SphereDragForce.H.

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

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 79 of file SphereDragForce.C.

References forceSuSp::Sp(), Foam::sqr(), and Foam::Zero.

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

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: