TomiyamaLift Class Reference

Lift model of Tomiyama et al. More...

Inheritance diagram for TomiyamaLift:
[legend]
Collaboration diagram for TomiyamaLift:
[legend]

Public Member Functions

 TypeName ("Tomiyama")
 Runtime type information. More...
 
 TomiyamaLift (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair. More...
 
virtual ~TomiyamaLift ()
 Destructor. More...
 
virtual tmp< volScalarFieldCl () const
 Lift coefficient. More...
 
 TypeName ("Tomiyama")
 Runtime type information. More...
 
 TomiyamaLift (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair. More...
 
virtual ~TomiyamaLift ()
 Destructor. More...
 
virtual tmp< volScalarFieldCl () const
 Lift coefficient. More...
 
- Public Member Functions inherited from liftModel
 TypeName ("liftModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, liftModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 
 liftModel (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair. More...
 
virtual ~liftModel ()=default
 Destructor. More...
 
virtual tmp< volScalarFieldCl () const =0
 Return lift coefficient. More...
 
virtual tmp< volVectorFieldFi () const
 Return phase-intensive lift force. More...
 
virtual tmp< volVectorFieldF () const
 Return lift force. More...
 
virtual tmp< surfaceScalarFieldFf () const
 Return face lift force. More...
 
 TypeName ("liftModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, liftModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 
 liftModel (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair. More...
 
virtual ~liftModel ()=default
 Destructor. More...
 
virtual tmp< volScalarFieldCl () const =0
 Return lift coefficient. More...
 
virtual tmp< volVectorFieldFi () const
 Return phase-intensive lift force. More...
 
virtual tmp< volVectorFieldF () const
 Return lift force. More...
 
virtual tmp< surfaceScalarFieldFf () const
 Return face lift force. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from liftModel
static autoPtr< liftModelNew (const dictionary &dict, const phasePair &pair)
 
static autoPtr< liftModelNew (const dictionary &dict, const phasePair &pair)
 
- Static Public Attributes inherited from liftModel
static const dimensionSet dimF
 Force dimensions. More...
 
- Protected Attributes inherited from liftModel
const phasePairpair_
 Phase pair. More...
 

Detailed Description

Lift model of Tomiyama et al.

Reference:

    Tomiyama, A., Tamai, H., Zun, I., & Hosokawa, S. (2002).
    Transverse migration of single bubbles in simple shear flows.
    Chemical Engineering Science, 57(11), 1849-1858.

The coefficient for pow3(EoH) proposed by Tomiyama (2002) has been modified to make the model continuous at EoH = 10.7 while maintaining the lift coefficient proposed by Tomiyama (2002) when EoH >= 10.7.

Source files

Reference:

    "Transverse migration of single bubbles in simple shear flows"
    Tomiyama, A., Tamai, H., Zun, I., Hosokawa, S.,
    Chemical Engineering Science
    Volume 57, Issue 11, June 2002, pp. 1849-1858

The coefficient for pow3(EoH) proposed by Tomiyama (2002) has been modified to make the model continuous at EoH = 10.7 while maintaining the lift coefficient proposed by Tomiyama (2002) when EoH >= 10.7.

Source files

Definition at line 66 of file TomiyamaLift.H.

Constructor & Destructor Documentation

◆ TomiyamaLift() [1/2]

TomiyamaLift ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

Definition at line 46 of file TomiyamaLift.C.

◆ ~TomiyamaLift() [1/2]

~TomiyamaLift ( )
virtual

Destructor.

Definition at line 58 of file TomiyamaLift.C.

◆ TomiyamaLift() [2/2]

TomiyamaLift ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

◆ ~TomiyamaLift() [2/2]

virtual ~TomiyamaLift ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "Tomiyama"  )

Runtime type information.

◆ Cl() [1/2]

Foam::tmp< Foam::volScalarField > Cl ( ) const
virtual

Lift coefficient.

Implements liftModel.

Definition at line 64 of file TomiyamaLift.C.

References f(), Foam::min(), Foam::neg(), Foam::pos0(), Foam::pow3(), Foam::sqr(), and Foam::tanh().

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "Tomiyama"  )

Runtime type information.

◆ Cl() [2/2]

virtual tmp< volScalarField > Cl ( ) const
virtual

Lift coefficient.

Implements liftModel.


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