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... | |
Public Member Functions inherited from wallLubricationModel | |
| 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 () |
| Destructor. More... | |
| virtual tmp< volVectorField > | F () const |
| Return wall lubrication force. More... | |
| virtual tmp< surfaceScalarField > | Ff () const |
| Return face wall lubrication force. More... | |
Public Member Functions inherited from wallDependentModel | |
| wallDependentModel (const fvMesh &mesh) | |
| Construct from a mesh. More... | |
| wallDependentModel (const wallDependentModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~wallDependentModel () |
| Destructor. More... | |
| const volScalarField & | yWall () const |
| Return the wall distance, creating and storing it if necessary. More... | |
| const volVectorField & | nWall () const |
| Return the wall normal, creating and storing it if necessary. More... | |
| void | operator= (const wallDependentModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from wallLubricationModel | |
| static autoPtr< wallLubricationModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes inherited from wallLubricationModel | |
| static const dimensionSet | dimF |
| Coefficient dimensions. More... | |
Protected Member Functions inherited from wallLubricationModel | |
| tmp< volVectorField > | zeroGradWalls (tmp< volVectorField >) const |
| Zero-gradient wall-lubrication force at walls. More... | |
Protected Attributes inherited from wallLubricationModel | |
| const phasePair & | pair_ |
| Phase pair. More... | |
Wall lubrication model of Tomiyama.
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.
Definition at line 67 of file TomiyamaWallLubrication.H.
| 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.