Wall lubrication model of Tomiyama. More...
#include <TomiyamaWallLubrication.H>


Public Member Functions | |
| TypeName ("Tomiyama") | |
| Runtime type information. | |
| TomiyamaWallLubrication (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~TomiyamaWallLubrication () |
| Destructor. | |
| tmp< volVectorField > | Fi () const |
| Return phase-intensive wall lubrication force. | |
| TypeName ("Tomiyama") | |
| Runtime type information. | |
| TomiyamaWallLubrication (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~TomiyamaWallLubrication () |
| Destructor. | |
| tmp< volVectorField > | Fi () const |
| Return phase-intensive wall lubrication force. | |
| Public Member Functions inherited from wallLubricationModel | |
| TypeName ("wallLubricationModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
| wallLubricationModel (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~wallLubricationModel ()=default |
| Destructor. | |
| virtual tmp< volVectorField > | F () const |
| Return wall lubrication force. | |
| virtual tmp< surfaceScalarField > | Ff () const |
| Return face wall lubrication force. | |
| TypeName ("wallLubricationModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
| wallLubricationModel (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~wallLubricationModel ()=default |
| Destructor. | |
| virtual tmp< volVectorField > | F () const |
| Return wall lubrication force. | |
| virtual tmp< surfaceScalarField > | Ff () const |
| Return face wall lubrication force. | |
| Public Member Functions inherited from wallDependentModel | |
| wallDependentModel (const fvMesh &mesh) | |
| Construct from a mesh. | |
| virtual | ~wallDependentModel () |
| Destructor. | |
| const volScalarField & | yWall () const |
| const volVectorField & | nWall () const |
| wallDependentModel (const fvMesh &mesh) | |
| Construct from a mesh. | |
| virtual | ~wallDependentModel () |
| Destructor. | |
| const volScalarField & | yWall () const |
| const volVectorField & | nWall () const |
Additional Inherited Members | |
| Static Public Member Functions inherited from wallLubricationModel | |
| static autoPtr< wallLubricationModel > | New (const dictionary &dict, const phasePair &pair) |
| static autoPtr< wallLubricationModel > | New (const dictionary &dict, const phasePair &pair) |
| Static Public Attributes inherited from wallLubricationModel | |
| static const dimensionSet | dimF |
| Coefficient dimensions. | |
| Protected Member Functions inherited from wallLubricationModel | |
| tmp< volVectorField > | zeroGradWalls (tmp< volVectorField >) const |
| Zero-gradient wall-lubrication force at walls. | |
| Protected Attributes inherited from wallLubricationModel | |
| const phasePair & | pair_ |
| Phase pair. | |
Wall lubrication model of Tomiyama.
References:
Otromke, M. (2013).
Implementation and Comparison of Correlations for interfacial Forces in
a Gas-Liquid System within an Euler-Euler Framework.
PhD Thesis.
Tomiyama, A. (1998).
Struggle with computational bubble dynamics.
Multiphase Science and Technology, 10(4), 369-405.
References:
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
Otromke, M.
PhD Thesis, April 2013
"Struggle with Computational Bubble Dynamics"
Tomiyama, A.,
Multiphase Science and Technology
Volume 10, Issue 4, 1998, pp. 369-405
Definition at line 65 of file TomiyamaWallLubrication.H.
| TomiyamaWallLubrication | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from components.
Definition at line 44 of file TomiyamaWallLubrication.C.
References dict, Foam::dimLength, and wallLubricationModel::wallLubricationModel().

|
virtual |
Destructor.
Definition at line 57 of file TomiyamaWallLubrication.C.
| TomiyamaWallLubrication | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from components.
References dict.
|
virtual |
Destructor.
| TypeName | ( | "Tomiyama" | ) |
Runtime type information.
References dict.
|
virtual |
Return phase-intensive wall lubrication force.
Implements wallLubricationModel.
Definition at line 64 of file TomiyamaWallLubrication.C.
References Foam::exp(), Foam::magSqr(), n, Foam::neg(), wallDependentModel::nWall(), wallLubricationModel::pair_, Foam::pos0(), Foam::sqr(), y, wallDependentModel::yWall(), and wallLubricationModel::zeroGradWalls().

| TypeName | ( | "Tomiyama" | ) |
Runtime type information.
|
virtual |
Return phase-intensive wall lubrication force.
Implements wallLubricationModel.