Public Member Functions | |
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 > | Fi () const =0 |
Return phase-intensive wall lubrication force. 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 () |
Destructor. More... | |
virtual tmp< volVectorField > | Fi () const =0 |
Return phase-intensive wall lubrication force. 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 |
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. More... | |
Protected Member Functions | |
tmp< volVectorField > | zeroGradWalls (tmp< volVectorField >) const |
Zero-gradient wall-lubrication force at walls. More... | |
Protected Attributes | |
const phasePair & | pair_ |
Phase pair. More... | |
Definition at line 53 of file wallLubricationModel.H.
wallLubricationModel | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from components.
|
virtual |
Destructor.
wallLubricationModel | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from components.
|
virtual |
Destructor.
|
protected |
Zero-gradient wall-lubrication force at walls.
TypeName | ( | "wallLubricationModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
wallLubricationModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phasePair &pair) | , | ||
(dict, pair) | |||
) |
|
static |
|
pure virtual |
Return phase-intensive wall lubrication force.
Implemented in Frank, Frank, TomiyamaWallLubrication, TomiyamaWallLubrication, Antal, Antal, noWallLubrication, and noWallLubrication.
|
virtual |
Return wall lubrication force.
Reimplemented in noWallLubrication, and noWallLubrication.
|
virtual |
Return face wall lubrication force.
TypeName | ( | "wallLubricationModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
wallLubricationModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phasePair &pair) | , | ||
(dict, pair) | |||
) |
|
static |
|
pure virtual |
Return phase-intensive wall lubrication force.
Implemented in Frank, Frank, TomiyamaWallLubrication, TomiyamaWallLubrication, Antal, Antal, noWallLubrication, and noWallLubrication.
|
virtual |
Return wall lubrication force.
Reimplemented in noWallLubrication, and noWallLubrication.
|
virtual |
Return face wall lubrication force.
|
protected |
Phase pair.
Definition at line 62 of file wallLubricationModel.H.
|
static |
Coefficient dimensions.
Definition at line 95 of file wallLubricationModel.H.