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

Tomiyama particle lift force model applicable to deformable bubbles. More...

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

Public Member Functions

 TypeName ("TomiyamaLift")
 
 TomiyamaLiftForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType=typeName)
 
 TomiyamaLiftForce (const TomiyamaLiftForce &lf)
 
virtual autoPtr< ParticleForce< CloudType > > clone () const
 
virtual ~TomiyamaLiftForce ()
 
- 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
 

Protected Attributes

scalar sigma_
 
- Protected Attributes inherited from LiftForce< CloudType >
const word UName_
 
autoPtr< interpolation< vector > > curlUcInterpPtr_
 

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)
 

Detailed Description

template<class CloudType>
class Foam::TomiyamaLiftForce< CloudType >

Tomiyama particle lift force model applicable to deformable bubbles.

Source files

Definition at line 50 of file TomiyamaLiftForce.H.

Constructor & Destructor Documentation

◆ TomiyamaLiftForce() [1/2]

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

Definition at line 61 of file TomiyamaLiftForce.C.

◆ TomiyamaLiftForce() [2/2]

Definition at line 75 of file TomiyamaLiftForce.C.

◆ ~TomiyamaLiftForce()

Definition at line 87 of file TomiyamaLiftForce.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 ( "TomiyamaLift"  )

◆ clone()

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

Reimplemented from LiftForce< CloudType >.

Definition at line 96 of file TomiyamaLiftForce.H.

Member Data Documentation

◆ sigma_

scalar sigma_
protected

Definition at line 59 of file TomiyamaLiftForce.H.


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