Wall lubrication model of Antal et al. More...
#include <Antal.H>


Public Member Functions | |
| TypeName ("Antal") | |
| Runtime type information. | |
| Antal (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~Antal () |
| Destructor. | |
| tmp< volVectorField > | Fi () const |
| Return phase-intensive wall lubrication force. | |
| TypeName ("Antal") | |
| Runtime type information. | |
| Antal (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~Antal () |
| 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 Antal et al.
Reference:
Antal, S. P., Lahey Jr, R. T., & Flaherty, J. E. (1991).
Analysis of phase distribution in fully developed laminar bubbly
two-phase flow.
International Journal of Multiphase Flow, 17(5), 635-652.
Reference:
"Analysis of phase distribution in fully developed laminar bubbly
two-phase flow"
Antal, S.P., Lahey Jr, R.T., and Flaherty, J.E.
International Journal of Multiphase Flow
Volume 17, Issue 5, September 1991, pp. 635-652
| Antal | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from components.
Definition at line 44 of file Antal.C.
References dict, Foam::dimless, and wallLubricationModel::wallLubricationModel().

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

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