SaffmanMeiLiftForce< CloudType > Class Template Reference

Saffman-Mei particle lift force model applicable to spherical particles. More...

Inheritance diagram for SaffmanMeiLiftForce< CloudType >:
Collaboration diagram for SaffmanMeiLiftForce< CloudType >:

Public Member Functions

 TypeName ("SaffmanMeiLiftForce")
 Runtime type information. More...
 
 SaffmanMeiLiftForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType=typeName)
 Construct from mesh. More...
 
 SaffmanMeiLiftForce (const SaffmanMeiLiftForce &lf)
 Construct copy. More...
 
virtual autoPtr< ParticleForce< CloudType > > clone () const
 Construct and return a clone. More...
 
virtual ~SaffmanMeiLiftForce ()
 Destructor. More...
 
- Public Member Functions inherited from LiftForce< CloudType >
 LiftForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType)
 Construct from mesh. More...
 
 LiftForce (const LiftForce &lf)
 Construct copy. More...
 
virtual ~LiftForce ()
 Destructor. More...
 
const interpolation< vector > & curlUcInterp () const
 Return the curl of the carrier phase velocity interpolator. More...
 
virtual void cacheFields (const bool store)
 Cache fields. More...
 
virtual forceSuSp calcCoupled (const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const
 Calculate the non-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 references 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 forceSuSp calcNonCoupled (const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, 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 typename CloudType::parcelType::trackingData &td, const scalar mass) const
 Return the added mass. More...
 

Protected Member Functions

virtual scalar Cl (const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const vector &curlUc, const scalar Re, const scalar muc) const
 Calculate the lift coefficient. 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...
 
- Protected Attributes inherited from LiftForce< CloudType >
const word UName_
 Name of velocity field. More...
 
autoPtr< interpolation< vector > > curlUcInterpPtr_
 Curk of carrier phase velocity interpolator. More...
 

Detailed Description

template<class CloudType>
class Foam::SaffmanMeiLiftForce< CloudType >

Saffman-Mei particle lift force model applicable to spherical particles.

Source files

Definition at line 49 of file SaffmanMeiLiftForce.H.

Constructor & Destructor Documentation

◆ SaffmanMeiLiftForce() [1/2]

SaffmanMeiLiftForce ( CloudType &  owner,
const fvMesh &  mesh,
const dictionary &  dict,
const word &  forceType = typeName 
)

Construct from mesh.

Definition at line 66 of file SaffmanMeiLiftForce.C.

◆ SaffmanMeiLiftForce() [2/2]

Construct copy.

Definition at line 79 of file SaffmanMeiLiftForce.C.

◆ ~SaffmanMeiLiftForce()

~SaffmanMeiLiftForce ( )
virtual

Destructor.

Definition at line 90 of file SaffmanMeiLiftForce.C.

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

Here is the caller graph for this function:

Member Function Documentation

◆ Cl()

virtual scalar Cl ( const typename CloudType::parcelType &  p,
const typename CloudType::parcelType::trackingData &  td,
const vector &  curlUc,
const scalar  Re,
const scalar  muc 
) const
protectedvirtual

Calculate the lift coefficient.

Reimplemented from LiftForce< CloudType >.

◆ TypeName()

TypeName ( "SaffmanMeiLiftForce< CloudType >"  )

Runtime type information.

◆ clone()

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

Construct and return a clone.

Reimplemented from LiftForce< CloudType >.

Definition at line 89 of file SaffmanMeiLiftForce.H.

References SaffmanMeiLiftForce< CloudType >::~SaffmanMeiLiftForce().

Here is the call graph for this function:

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