#include <wallLubricationModel.H>


Public Member Functions | |
| 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 > | Fi () const =0 |
| Return phase-intensive wall lubrication force. | |
| 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 > | Fi () const =0 |
| Return phase-intensive wall lubrication force. | |
| 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 |
Static Public Member Functions | |
| static autoPtr< wallLubricationModel > | New (const dictionary &dict, const phasePair &pair) |
| static autoPtr< wallLubricationModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes | |
| static const dimensionSet | dimF |
| Coefficient dimensions. | |
Protected Member Functions | |
| tmp< volVectorField > | zeroGradWalls (tmp< volVectorField >) const |
| Zero-gradient wall-lubrication force at walls. | |
Protected Attributes | |
| const phasePair & | pair_ |
| Phase pair. | |
| wallLubricationModel | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from components.
Definition at line 68 of file wallLubricationModel.C.
References dict, mesh, pair_, and phase1.
Referenced by Antal::Antal(), declareRunTimeSelectionTable(), Frank::Frank(), noWallLubrication::noWallLubrication(), and TomiyamaWallLubrication::TomiyamaWallLubrication().

|
virtualdefault |
Destructor.
References dict.
| wallLubricationModel | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from components.
References dict.
|
virtualdefault |
Destructor.
|
protected |
Zero-gradient wall-lubrication force at walls.
Definition at line 43 of file wallLubricationModel.C.
References Fi(), forAll, Foam::isA(), patches, fvPatchField< Type >::patchInternalField(), and tmp< T >::ref().
Referenced by Antal::Fi(), Frank::Fi(), and TomiyamaWallLubrication::Fi().


| TypeName | ( | "wallLubricationModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| wallLubricationModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | ) |
|
static |
Definition at line 82 of file wallLubricationModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

|
pure virtual |
Return phase-intensive wall lubrication force.
Implemented in Antal, Antal, Frank, Frank, noWallLubrication, noWallLubrication, TomiyamaWallLubrication, and TomiyamaWallLubrication.
Referenced by F(), Ff(), and zeroGradWalls().

|
virtual |
Return wall lubrication force.
Reimplemented in noWallLubrication, and noWallLubrication.
Definition at line 112 of file wallLubricationModel.C.

|
virtual |
Return face wall lubrication force.
Definition at line 118 of file wallLubricationModel.C.
References Fi(), Foam::fvc::flux(), Foam::fvc::interpolate(), and pair_.

| TypeName | ( | "wallLubricationModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| wallLubricationModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | ) |
|
static |
References dict.
|
pure virtual |
Return phase-intensive wall lubrication force.
Implemented in Antal, Antal, Frank, Frank, noWallLubrication, noWallLubrication, TomiyamaWallLubrication, and TomiyamaWallLubrication.
|
virtual |
Return wall lubrication force.
Reimplemented in noWallLubrication, and noWallLubrication.
|
virtual |
Return face wall lubrication force.
|
protected |
Phase pair.
Definition at line 63 of file wallLubricationModel.H.
Referenced by F(), noWallLubrication::F(), Ff(), Antal::Fi(), Frank::Fi(), noWallLubrication::Fi(), TomiyamaWallLubrication::Fi(), and wallLubricationModel().
|
static |
Coefficient dimensions.
Definition at line 102 of file wallLubricationModel.H.
Referenced by declareRunTimeSelectionTable(), noWallLubrication::F(), and noWallLubrication::Fi().