Wall lubrication model of Frank. More...


Public Member Functions | |
| TypeName ("Frank") | |
| Runtime type information. More... | |
| Frank (const dictionary &dict, const phasePair &pair) | |
| Construct from components. More... | |
| virtual | ~Frank () |
| Destructor. More... | |
| tmp< volVectorField > | Fi () const |
| Return phase-intensive wall lubrication force. More... | |
| TypeName ("Frank") | |
| Runtime type information. More... | |
| Frank (const dictionary &dict, const phasePair &pair) | |
| Construct from components. More... | |
| virtual | ~Frank () |
| 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 ()=default |
| Destructor. 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 > | 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... | |
| 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 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. 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 Frank.
Otromke, M. (2013).
Implementation and Comparison of Correlations for interfacial Forces in
a Gas-Liquid System within an Euler-Euler Framework.
PhD Thesis.
Frank, T. (2005, April).
Advances in computational fluid dynamics (CFD) of 3-dimensional
gas-liquid multiphase flows.
In NAFEMS Seminar: Simulation of Complex Flows (CFD)-Applications and
Trends, Wiesbaden, Germany (pp. 1-18).
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
Otromke, M.
PhD Thesis
April 2013
"Advances in Computational Fluid Dynamics (CFD) of 3-dimensional Gas-
Liquid Multiphase Flows"
Frank, T.
NAFEMS Seminar: Simulation of Complex Flows (CFD), April 2005, pp. 1-18
| Frank | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
| Frank | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from components.
|
virtual |
Destructor.
| TypeName | ( | "Frank" | ) |
Runtime type information.
|
virtual |
Return phase-intensive wall lubrication force.
Implements wallLubricationModel.
Definition at line 66 of file Frank.C.
References Foam::dimLength, Foam::dimless, Foam::exp(), Foam::magSqr(), Foam::max(), n, Foam::neg(), Foam::pos0(), Foam::pow(), and y.

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