|
| | 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 ("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...
|
| |
| | 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...
|
| |
Wall lubrication model of Frank.
References:
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).
- Source files
-
Definition at line 69 of file Frank.H.