Wall lubrication model of Tomiyama. More...
Public Member Functions | |
TypeName ("Tomiyama") | |
Runtime type information. More... | |
TomiyamaWallLubrication (const dictionary &dict, const phasePair &pair) | |
Construct from components. More... | |
virtual | ~TomiyamaWallLubrication () |
Destructor. More... | |
tmp< volVectorField > | Fi () const |
Return phase-intensive wall lubrication force. More... | |
TypeName ("Tomiyama") | |
Runtime type information. More... | |
TomiyamaWallLubrication (const dictionary &dict, const phasePair &pair) | |
Construct from components. More... | |
virtual | ~TomiyamaWallLubrication () |
Destructor. More... | |
tmp< volVectorField > | Fi () const |
Return phase-intensive wall lubrication force. More... | |
![]() | |
TypeName ("wallLubricationModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
wallLubricationModel (const dictionary &dict, const phasePair &pair) | |
Construct from components. More... | |
virtual | ~wallLubricationModel ()=default |
Destructor. More... | |
virtual tmp< volVectorField > | Fi () const =0 |
Return phase-intensive wall lubrication force. More... | |
virtual tmp< volVectorField > | F () const |
Return wall lubrication force. More... | |
virtual tmp< surfaceScalarField > | Ff () const |
Return face wall lubrication force. More... | |
TypeName ("wallLubricationModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
wallLubricationModel (const dictionary &dict, const phasePair &pair) | |
Construct from components. More... | |
virtual | ~wallLubricationModel ()=default |
Destructor. More... | |
virtual tmp< volVectorField > | Fi () const =0 |
Return phase-intensive wall lubrication force. More... | |
virtual tmp< volVectorField > | F () const |
Return wall lubrication force. More... | |
virtual tmp< surfaceScalarField > | Ff () const |
Return face wall lubrication force. More... | |
![]() | |
wallDependentModel (const fvMesh &mesh) | |
Construct from a mesh. More... | |
virtual | ~wallDependentModel () |
Destructor. More... | |
const volScalarField & | yWall () const |
const volVectorField & | nWall () const |
wallDependentModel (const fvMesh &mesh) | |
Construct from a mesh. More... | |
virtual | ~wallDependentModel () |
Destructor. More... | |
const volScalarField & | yWall () const |
const volVectorField & | nWall () const |
Additional Inherited Members | |
![]() | |
static autoPtr< wallLubricationModel > | New (const dictionary &dict, const phasePair &pair) |
static autoPtr< wallLubricationModel > | New (const dictionary &dict, const phasePair &pair) |
![]() | |
static const dimensionSet | dimF |
Coefficient dimensions. More... | |
![]() | |
tmp< volVectorField > | zeroGradWalls (tmp< volVectorField >) const |
Zero-gradient wall-lubrication force at walls. More... | |
![]() | |
const phasePair & | pair_ |
Phase pair. More... | |
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 69 of file TomiyamaWallLubrication.H.
TomiyamaWallLubrication | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from components.
Definition at line 51 of file TomiyamaWallLubrication.C.
References Foam::dimLength.
|
virtual |
Destructor.
Definition at line 64 of file TomiyamaWallLubrication.C.
TomiyamaWallLubrication | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from components.
|
virtual |
Destructor.
TypeName | ( | "Tomiyama" | ) |
Runtime type information.
|
virtual |
Return phase-intensive wall lubrication force.
Implements wallLubricationModel.
Definition at line 71 of file TomiyamaWallLubrication.C.
References Foam::exp(), Foam::magSqr(), n, Foam::neg(), Foam::pos0(), Foam::sqr(), and y.
TypeName | ( | "Tomiyama" | ) |
Runtime type information.
|
virtual |
Return phase-intensive wall lubrication force.
Implements wallLubricationModel.