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

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

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

Public Member Functions

 TypeName ("SaffmanMeiLiftForce")
 
 SaffmanMeiLiftForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType=typeName)
 
 SaffmanMeiLiftForce (const SaffmanMeiLiftForce &lf)
 
virtual autoPtr< ParticleForce< CloudType > > clone () const
 
virtual ~SaffmanMeiLiftForce ()
 
- Public Member Functions inherited from LiftForce< CloudType >
 LiftForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType)
 
 LiftForce (const LiftForce &lf)
 
virtual ~LiftForce ()
 
const interpolation< vector > & curlUcInterp () const
 
virtual void cacheFields (const bool store)
 
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
 
- Public Member Functions inherited from ParticleForce< CloudType >
 TypeName ("particleForce")
 
 declareRunTimeSelectionTable (autoPtr, ParticleForce, dictionary,(CloudType &owner, const fvMesh &mesh, const dictionary &dict),(owner, mesh, dict))
 
 ParticleForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType, const bool readCoeffs)
 
 ParticleForce (const ParticleForce &pf)
 
virtual ~ParticleForce ()
 
const CloudTypeowner () const
 
CloudTypeowner ()
 
const fvMeshmesh () const
 
const dictionarycoeffs () const
 
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
 
virtual scalar massAdd (const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar mass) const
 

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
 

Additional Inherited Members

- Public Types inherited from ParticleForce< CloudType >
typedef VectorSpace< Vector< vector >, vector, 2 > returnType
 
- Static Public Member Functions inherited from ParticleForce< CloudType >
static autoPtr< ParticleForce< CloudType > > New (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType)
 
- Protected Attributes inherited from LiftForce< CloudType >
const word UName_
 
autoPtr< interpolation< vector > > curlUcInterpPtr_
 

Detailed Description

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

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

Source files

Definition at line 50 of file SaffmanMeiLiftForce.H.

Constructor & Destructor Documentation

◆ SaffmanMeiLiftForce() [1/2]

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

Definition at line 61 of file SaffmanMeiLiftForce.C.

◆ SaffmanMeiLiftForce() [2/2]

Definition at line 74 of file SaffmanMeiLiftForce.C.

◆ ~SaffmanMeiLiftForce()

Definition at line 85 of file SaffmanMeiLiftForce.C.

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

Reimplemented from LiftForce< CloudType >.

◆ TypeName()

TypeName ( "SaffmanMeiLiftForce< CloudType >"  )

◆ clone()

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

Reimplemented from LiftForce< CloudType >.

Definition at line 90 of file SaffmanMeiLiftForce.H.


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