Lift model of Tomiyama et al. More...
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< volScalarField > | Cl () 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< volScalarField > | Cl () 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 () |
Destructor. More... | |
virtual tmp< volVectorField > | Fi () const |
Return phase-intensive lift force. More... | |
virtual tmp< volVectorField > | F () const |
Return lift force. More... | |
virtual tmp< surfaceScalarField > | Ff () 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 () |
Destructor. More... | |
virtual tmp< volVectorField > | Fi () const |
Return phase-intensive lift force. More... | |
virtual tmp< volVectorField > | F () const |
Return lift force. More... | |
virtual tmp< surfaceScalarField > | Ff () const |
Return face lift force. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from liftModel | |
static autoPtr< liftModel > | New (const dictionary &dict, const phasePair &pair) |
static autoPtr< liftModel > | New (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 phasePair & | pair_ |
Phase pair. More... | |
Lift model of Tomiyama et al.
"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.
"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.
Definition at line 65 of file TomiyamaLift.H.
TomiyamaLift | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
TomiyamaLift | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
TypeName | ( | "Tomiyama" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements liftModel.
TypeName | ( | "Tomiyama" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements liftModel.